I am scripting a db creation, and have used the dbca to produce a script which works.
I am now modifying the script (in windows) to soft code all the file locations and db names etc. so that it will become a general purpose creation script.
I have run through the creation of folders, created a password file and am now attempting to connect via sqlplus to issue the create database command.
however, tnsnames is denying all knowledge of the database. I can't see anywhere in the dbca script where the net configuration assistant is invoked to make the needed entries in tnsnames and listener.ora.
Can anyone advise where and how this happens 'automagically'?
Regards
Tharg
Grinding away at things Oracular
I am now modifying the script (in windows) to soft code all the file locations and db names etc. so that it will become a general purpose creation script.
I have run through the creation of folders, created a password file and am now attempting to connect via sqlplus to issue the create database command.
however, tnsnames is denying all knowledge of the database. I can't see anywhere in the dbca script where the net configuration assistant is invoked to make the needed entries in tnsnames and listener.ora.
Can anyone advise where and how this happens 'automagically'?
Regards
Tharg
Grinding away at things Oracular