Showing posts with label oracle create library. Show all posts
Showing posts with label oracle create library. Show all posts

Wednesday, March 2, 2011

How to create library in oracle?

create library ordvirlibS as '${ORACLE_HOME}/lib/libordvir.so';
/
OR
create library ordvirlibS as '${ORACLE_HOME}/lib/libordvir.so' AGENT '<agent_db_link>';
/