advertisements
_____________________________________________________________________________________________________________________
Error Description:
Parsing command line arguments:
Database creation using dbca utility failed with following error.
Parsing command line arguments:
Parameter "silent" = true
Parameter "local" = true
Parameter "inscomp" = server
Parameter "insprtcl" = TCP
Parameter "orahome" = /u01/app/oracle/product/19.0.0/dbhome_1
Parameter "instype" = custom
Parameter "listener" = LIST_PROD
Parameter "lisport" = 1521
Parameter "cfg" = local
Parameter "responsefile" = /u01/app/oracle/product/19.0.0/dbhome_1/network/install/netca_typ.rsp
Done parsing command line arguments.
Oracle Net Services Configuration:
ProfileException: Could not create Profile: TNS-04414: File error
Error: null
Check the trace file for details: /u01/app/oracle/cfgtoollogs/netca/trace_OraDB19Home1-2007246AM1738.log
Oracle Net Services configuration failed. The exit code is 1
advertisements
Solution description:
This might be some unnecessary characters in the existing sqlnet.ora file which is created during the manual editing. Move the sqlnet.ora file to a different name and invoke the dbca command.
[oracle@TESTBOX CDB]$ cd $ORACLE_HOME/network/admin [oracle@TESTBOX admin]$ vi sqlnet.ora [oracle@TESTBOX admin]$ mv -i sqlnet.ora sqlnet.ora_bk
_____________________________________________________________________________________________________________________
0 comments:
Post a Comment