How can I change parameter in sqlnet.ora? [message #8414] |
Tue, 19 August 2003 08:49 |
Vlado
Messages: 7 Registered: August 2003
|
Junior Member |
|
|
I need to change sqlnet.expire_time parameter in sqlnet.ora file.
How can I do it from my DB installation script (without editing sqlnet.ora manually)? Is there any SQL statement for this?
Thanks for answer.
|
|
|
Re: How can I change parameter in sqlnet.ora? [message #8431 is a reply to message #8414] |
Wed, 20 August 2003 07:38 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
i dont think it can be easily done.
dbca / netca uses a lot of Tcl scripts to do the internal functions.
you have to go and play around these.
it would be easy to do the changes manually!.
a very crude workaround would be,
have a stanard sqlnet.ora (with your parameters) pre-created by you.
in your custom script overwrite the default one with your sqlnet.ora
|
|
|