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

Thread: how much the files can be opened simultaneously?

Hybrid View

  1. #1
    Join Date
    Sep 2001
    Posts
    99
    I read the UTL_FILE package and found a comment in the package
    "As of 8.0.6, you can have a maximum of 50 files open simultaneously."
    I want to know the mean of the comment. It means the maxinum 50 is in one procedure or in the global? I want use a procedure write a file. But the procedure may be called by many many users(for example 10000) simultaneously. I want to know the result in this case.
    My english is very poor. Hope you unterstand me.
    please help
    thanks very much.
    ocean

  2. #2
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938

    You can have a maximum of 50 files open simultaneously (meaning globally).


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