for your password : look at the value you have for remote_login_passwordfile in your init.ora file. if value=shared, then you must use utility orapwd to generate a password file.
for your protocol adapter error, you need to export ORACLE_SID before :
set ORACLE_SID=...
for password: default is oracle
if you forgot password for internal, you can use orapwd.
Since your installation did not include creation of DB,
you might need to create manually using ORADIM.
But try to check first in Services of your control panel.
oradim -new -SID TEST -SRVC OracleServiceTEST -INTPWD mypasswd -MAXUSERS 50
Checked in services :
OracleORACLE_HOMEAgent Started Automatic
OracleORACLE_HOMEClientCache Started Automatic
OracleORACLE_HOMECMAdmin Manual
OracleORACLE_HOMECMan Manual
OracleORACLE_HOMEDataGatherer Manual
OracleORACLE_HOMEHTTPServer Started Automatic
OracleORACLE_HOMEPagingServer Manual
OracleORACLE_HOMETNSListener Started Automatic
OracleServiceTEST Started Automatic
Anything wrong ?
The svrmgrl gives (Oracle 817 in French) :
Oracle Server Manager Release 3.1.7.0.0 - Production
Copyright (c) 2000, Oracle Corporation. Tous droits rÚservÚs.
Oracle8i Enterprise Edition Release 8.1.7.1.1 - Production
With the Partitioning option
JServer Release 8.1.7.1.1 - Production
SVRMGR> connect internal
ConnectÚ
SVRMGR>
I can now connect internal without password (is this normal ?).
Bookmarks