Operating System - OpenVMS
1752487 Members
5548 Online
108788 Solutions
New Discussion

Create DB with Oracle10g on Integrity (rx2620) OpenVMS V8.3-1H1

 
SOLVED
Go to solution
WDWAJJ
Regular Visitor

Create DB with Oracle10g on Integrity (rx2620) OpenVMS V8.3-1H1

This is a remote system and we installed the Oracle 10g software using a response file.

 

We are now trying to create the DB using a Response File;

 

Commands that we are using:

 

$ SET DISPLAY/CREATE

$ define  dbca_java_debug "TRUE"

$ !0

$dbca -responseFile dbca.rsp -silent 

.

.

.

Silent (non-interactive) mode specified.

JAVA$FILENAME_CONTROLS reset to: 8 (for DBCA).

+---------------------------------------------------------------------------------+

|  Database Configuration Assistant 10.2.0.2.0 for OpenVMS  |

|  Please wait while DBCA loads ...                                                |

+--------------------------------------------------------------------------------+

[main] [22:57:25:164]

[CommandLineArguments.process:563]  

CommandLineArguments->process: number of arguments = 3

Exception in thread "main" java.lang.NullPointerException

        at oracle.sysman.assistants.util.INIFile$IniPair.<init>(INIFile.java:88)

        at oracle.sysman.assistants.util.INIFile$IniSection.addPair(INIFile.java:225)

        at oracle.sysman.assistants.util.INIFile.readINIFile(INIFile.java:827)

        at oracle.sysman.assistants.util.INIFile.getProfileString(INIFile.java:439)

        at oracle.sysman.assistants.dbca.backend.CommandLineArguments.processResponseFile

(CommandLineArguments.java:3485) 

      at oracle.sysman.assistants.dbca.backend.CommandLineArguments.process(

CommandLineArguments.java:3042)

        at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:107)

        at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:180)

 

Turning VERIFY on the following is the command line that generates the error above:

$  java "-V" "SYS$SCRATCH:dbca.jinput"

 

The dbca.rsp file is attached.

 

Any ideas as to what I need to do to fix this so we can get the DB created.

 

 

Thanks
WDWAJJ
3 REPLIES 3
Steven Schweda
Honored Contributor

Re: Create DB with Oracle10g on Integrity (rx2620) OpenVMS V8.3-1H1

 
WDWAJJ
Regular Visitor

Re: Create DB with Oracle10g on Integrity (rx2620) OpenVMS V8.3-1H1

I access the remote server via TELNET from my office.

 

The Oracle Install is expecting a Windows environment. Their documentation indicates you can do a silent install using a response file. The installation process still checks to see if their is a display created.

 

The SET DISPLAY/CREATE - creates a WS## device which then allows the Oracle install to continue in silent mode.

 

dbca executes the @ORA_ROOT:[bin]dbca.com

 

This is the procedure that is supposed to be used to create the Oracle DB.

 

I have gone through the Oracle Support web site/documentation and so far have not been able to get the DB creation to work.

 

I was hoping maybe someone on the OpenVMS side would be able to help.

Thanks
WDWAJJ
Hoff
Honored Contributor
Solution

Re: Create DB with Oracle10g on Integrity (rx2620) OpenVMS V8.3-1H1

Are you following Oracle's instructions as documented and with no divergences to what is documented?  If so, then please escalate this directly to the Oracle support folks.

 

Do also try using a fully-specified X display with an X target host and (at least a defaulted) X server and X screen setting, rather than an incomplete SET DISPLAY command.  (If you need an X Window Server for a Microsoft Windows platform, then there are Windows X Window Server options.)