skip to main
|
skip to sidebar
Thursday, October 23, 2008
Oracle : Example to set the utl_file_dir parameter
Syntax :
alter system set utl_file_dir='{directory 1}
', '{directory 2}'
... '{directory n}'
scope=spfile;
Example :
alter system set utl_file_dir='/home/oracle/a', '/home/oracle/b' scope=spfile;
Take note that this parameter needs a restart to be effective.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
I.Tech.Share
Followers
Blog Archive
►
2011
(1)
►
August
(1)
►
2010
(14)
►
September
(1)
►
June
(4)
►
May
(2)
►
April
(4)
►
March
(3)
▼
2008
(11)
►
November
(6)
▼
October
(5)
Oracle :ORA-29283: INVALID FILE OPERATION USING OR...
Oracle : Recompling invalid object using utlrp.sql...
Oracle : Example to set the utl_file_dir parameter
Oracle : PL/SQL to test writing to an OS directory...
Hi
About Me
VioletDragon
Just another spark of life in journey.
View my complete profile
No comments:
Post a Comment