For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
[timepass@adc2110341 bin]$ ./sqlplus / as sysdba SQL*Plus: Release 11.2.0.1.0 Production on Fri Jan 7 04:57:28 2011 Copyright (c) 1982, 2009, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production With the Partitioning, OLAP, Data Mining and Real Application Testing options SQL> show user USER is "SYS"
[timepass@adc2110341 bin]$ ./sqlplus / SQL*Plus: Release 11.2.0.1.0 Production on Fri Jan 7 04:57:51 2011 Copyright (c) 1982, 2009, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production With the Partitioning, OLAP, Data Mining and Real Application Testing options SQL> show user USER is "OPS$TIMEPASS"
SQL> create user ops$timepass identified externally; GRANT CONNECT TO ops$timepass; User created. SQL> [timepass@adc2110341 bin]$ id uid=60000(timepass) gid=60000(timepass) groups=60000(timepass) [timepass@adc2110341 bin]$ ./sqlplus / SQL*Plus: Release 11.2.0.1.0 Production on Fri Jan 7 05:33:05 2011 Copyright (c) 1982, 2009, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production With the Partitioning, OLAP, Data Mining and Real Application Testing options SQL> show user USER is "OPS$TIMEPASS"
[oracle@vmlnx01 admin]$ pwd /ora00/app/oracle/product/10.2.0/db_1/network/admin [oracle@vmlnx01 admin]$ cat sqlnet.ora # sqlnet.ora Network Configuration File: C:\oracle\product\10.2.0\client_1\network\admin\sqlnet.ora # Generated by Oracle configuration tools. # This file is actually generated by netca. But if customers choose to # install "Software Only", this file wont exist and without the native # authentication, they will not be able to connect to the database on NT. #SQLNET.AUTHENTICATION_SERVICES= (NTS) #NAMES.DIRECTORY_PATH= (TNSNAMES) #REMOTE_LOGIN_PASSWORDFILE=NONE [oracle@vmlnx01 admin]$ sqlplus / as sysdba SQL*Plus: Release 10.2.0.4.0 - Production on Fri Jan 7 09:30:12 2011 Copyright (c) 1982, 2007, Oracle. All Rights Reserved. Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production With the Partitioning, OLAP, Data Mining and Real Application Testing options SQL> show user USER is "SYS" SQL>