Connect to oracle database via command line after installation

0

I installed the Oracle database, but I can not remember how I connect at the bank prompt. I think it's System connect "password". Someone corrects me, favor.

    
asked by anonymous 28.10.2016 / 16:00

3 answers

0

In the oracle terminal type:

CONNECT SYSTEM/root

root is the password set in the installation.

    
28.10.2016 / 16:44
0
CONNECT system/[email protected]

link

    
28.10.2016 / 16:16
-1

One thing you can try is if you are the same user to do the installation, try doing:

 conn / as sysdba
    
10.11.2016 / 14:59