DBAsupport.com Forums - Powered by vBulletin
Results 1 to 6 of 6

Thread: [817 NT] Error message when launching svrmgrl

  1. #1
    Join Date
    Oct 2001
    Location
    France
    Posts
    7

    Arrow

    Hi all,

    I just installed Oracle 8.1.7 EE NT version on my notebook to see what it looks like. Installation was fine, but it did not install a sample database.

    When I start svrmgrl, I have this message :

    ORA-12560 : TNS : erreur d'adapteur de protocole

    Also I prompts for a password when I try to connect internal.

    Anobody can help ?

  2. #2
    Join Date
    Feb 2001
    Location
    Paris, France
    Posts
    809
    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=...

  3. #3
    Join Date
    Oct 2001
    Location
    France
    Posts
    7
    I don't have a SID to use, I don't have any database for the moment..

    I just installed Oracle and I want to start svrmgrl (without error) and connect internal and then launch a database creation script.

  4. #4
    Join Date
    Sep 2001
    Location
    Makati, Philippines
    Posts
    857
    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.

  5. #5
    Join Date
    Oct 2001
    Location
    France
    Posts
    7
    YES

    Seem better now, i made :

    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 ?).



  6. #6
    Join Date
    Jun 2001
    Location
    Helsinki. Finland
    Posts
    3,938
    Originally posted by paranoid

    I can now connect internal without password (is this normal ?).
    In your sqlnet.ora comment out the following
    SQLNET.AUTHENTICATION_SERVICES

    Then you will be asked for a password :-)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width