DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Oracle 9iR2 ORA-06549: PL/SQL: failed to dynamically open shared object (DLL)

  1. #1
    Join Date
    Apr 2002
    Location
    Germany.Laudenbach
    Posts
    448

    Oracle 9iR2 ORA-06549: PL/SQL: failed to dynamically open shared object (DLL)

    OS Win2000
    Oracle 9.2.0.2

    Compile and linking is ok, but
    when i try to execute the proc i get this error.

    Code:
    exec pz_test;
     ORA-06549: PL/SQL: failed to dynamically open shared object (DLL)
    Has anybody an idea?
    Orca

  2. #2
    Join Date
    Jan 2003
    Posts
    78
    One possible cause might be there are too many DLLs open at the same time. I hope catproc.sql ran fine. Try shuting down the server and database and then startup machine and database and see if that helps.
    HTH.
    Shripad Godbole
    OCP DBA (8,8i,9i)

    "Let's document it and call it a feature."

  3. #3
    Join Date
    Apr 2002
    Location
    Germany.Laudenbach
    Posts
    448
    Yes i will do so!
    But the problem is that i compiled only 1 DLL, so the number of it should not be the the problem.
    Is it the mingc-compiler? i did not use Visual C++, i used gcc.exe instead.

    Orca

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width