Don't forget about Oracle Text
Tyler D. Muth, June 01, 2003 - 6:47 pm UTC
A reader, June 01, 2003 - 10:16 pm UTC
Tom,
I have similar kind of question related to iFS, can you tell me some adavantages & why should i go for it.
Thanks.
June 02, 2003 - 7:16 am UTC
single file server for the entire company. no file servers sitting under peoples desks. no "where the heck is that file". totally indexed, searchable. stored in the database -- professionally (one would hope) managed and backed up. content management facilities. accessible via pretty much any network protocol you need. transparent to the end user....
please elaborate..
guru, June 02, 2003 - 3:03 am UTC
"I stored everything in there. " - can you elaborate on this? I can see Oracle Intermedia at work. Are you also storing everything in LOBs?
"We have a single multi-terabyte instance used as Oracles single file server.
All of the documents are in there."
I know about this instance which hosts a lot of Oracle sites.. but I did not understand "used as Oracles single file server." can you please elaborate on this?
June 02, 2003 - 7:29 am UTC
yes, everything is in lobs.
Oracle has a single fileserver, we consolidated from hundreds of little NT file servers into a single fileserver for the entire company. Last I checked in october 2002 there was:
55,000+ internal Oracle users
10,500,000+ documents
Over 3.7 TB storage used
it'll be larger by now.
Can you elaborate little more ?
Randy Miller, June 11, 2003 - 2:49 pm UTC
Hello Tom,
Very interesting. Can you elaborate little more how Oracle file server is created ? Are you using Oracle file system or any other technology other than tables in terms of rows and columns ? I am looking for any the specific product if you are using other than only Oracle RDBMS engine.
June 11, 2003 - 7:56 pm UTC
it uses tables in the database.
Uploading Files
Ray White, July 29, 2003 - 9:29 am UTC
Hey Tom,
I don't mean to beat a dead quadraped, but...
Using 9.2
Does Mod PLSQL support uploading a file into a BFILE directly, or do you have to upload to a BLOB and write the blob out to a BFILE.
If so...
What do I use to write the Blob out to a BFILE?
What do I use to check the existence of a File?
I have talked to you about this b4. but just getting back to it. I am writing the BFILE , only to have it virus scanned. The virus scan intercepts the write, and if the file exists where I write it, it is clean... Then I can get rid of it.
Tia
Ray
July 29, 2003 - 11:10 am UTC
No, file upload to the file system does not exist in mod_plsql.
dbms_lob.fileexists checks for existence.
In 9ir2, utl_file can be used to WRITE to a raw file.
In 9ir1 and before, you would need to use a java stored procedure to do the same.
Upload files
Ray White, July 29, 2003 - 11:23 am UTC
Right on.
Thanks alot.
files
A reader, April 17, 2010 - 1:17 pm UTC