Unix authentication

connect to oracle database on unix by typing:

$ sqlplus sys/sysPass1@orcl as sysdba

Is there any mistakes in the above sentence ?

Try placing the parameters in quotes – often required and not obvious

$ sqlplus “sys/sysPass1@orcl as sysdba”

Bert Scalzo

Engr Tech Principal Engineer

Dell | Information Management

office
+1 469 888 5302

fax
+1 949 754 8999

cell+1 469 693 3300

Quest Software is now part of Dell

what is the type of authentication ? OS authentication or password file ?