Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SQL> show user
USER is "SYS"
SQL> SELECT NAME, VALUE FROM V$PARAMETER
2 WHERE NAME LIKE 'remote_login%';
NAME
---------------------------------------------------------------
VALUE
---------------------------------------------------------------
remote_login_passwordfile
NONE
SQL> conn /@test as sysdba
Connected.
SQL>
SELECT NAME, VALUE FROM V$PARAMETER
WHERE NAME LIKE 'remote_login%';
SELECT * from v$instance;
Enter user-name: /@pan as sysdba
ERROR:
ORA-12170: TNS:Connect timeout occurred
Enter user-name: /@pan as sysdba
ERROR:
ORA-12170: TNS:Connect timeout occurred
Enter user-name:
Personal Oracle9i Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
SQL> conn /@test as sysdba
ERROR:
ORA-01031: insufficient privileges
Warning: You are no longer connected to ORACLE.
SQL> conn scott@test
Enter password:
Connected.
SQL> conn scott@test as sysdba
ERROR:
ORA-01031: insufficient privileges