Re: Help needed for installing Oracle7 for windows

From: styrk <styrk_at_bub1.slip.uib.no>
Date: 27 Mar 1995 01:48:12 GMT
Message-ID: <3l55gs$t6c_at_alf.uib.no>


In article <3l3js2$5nn_at_balu.kfunigraz.ac.at>, wangz_at_edvz.kfunigraz.ac.at (ZIQUAN_WANG) says:
>
>Hallo ,
>
>I have installed Oracle7 for windows from CD-ROW into my PC, but wenn I start it, there are problem. No username and passwort are suitable.
>Error-nummer are ORA-03121 and ORA-09301
>(now only for SQLPLUS)
>
>Thank you very much in advans!
>
>Use Custom Installasjon
It will ask you about dbm Passwd (passwd for databasemanager) Use that passwd

Here is the resson

FROM rdbms71.vrf - Windows V3 installation verification script for the

                  Personal Oracle7 RDBMS.
"
/* Determine which type of install - only Custom Install asks questions */
	{
	if (install_type == "Custom Install")
		custom_install = TRUE;
	else
		custom_install = FALSE;
	}
	[ 'UNBOUND_VARIABLE: custom_install = TRUE; ]

      /***********************************************************************
         Bind string variables & prompt strings...
      ***********************************************************************/

      password_prompt = nls("password_prompt", "Choose a DBA password for your database. 
 Oracle requires this password to start up and shut down your database.  Null passwords and passwords containing spaces are not allowed.

"
Don`t ask me about the resson
ask ORACLE

TO INFO
I have writen a install script that works on win95 but the DBA-SQL32 DLL is not working

Styrk :-)# Received on Mon Mar 27 1995 - 03:48:12 CEST

Original text of this message