DBCA got stuck at 59% at second database in Oracle

DBCA got stuck at 59% at second database in Oracle

Error:
DBCA Stuck at 59% when try to create second database on same server.

Solution:

Change the value of parameter in SQLNET.ora file from NTS to NONE will fixed the issue.

1. Open the file SQLNET.ora present at location %ORACLE_HOME%/network/admin.

2. Change the AUTHENTICATION_SERVICES parameter value from NTS to NONE.

##SQLNET.AUTHENTICATION_SERVICES= (NTS) -- Make comment by placing # sign and add new line.
SQLNET.AUTHENTICATION_SERVICES= (NONE)

This entry was posted in Oracle on by .

About SandeepSingh

Hi, I am working in IT industry with having more than 15 year of experience, worked as an Oracle DBA with a Company and handling different databases like Oracle, SQL Server , DB2 etc Worked as a Development and Database Administrator.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.