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.
Hello, I understand Oracle Enterprise Manager 13.3 and above can now run as a cloud service.
Is there any additional license/maintenance fees if OMS runs on a cloud and agents run locally on premise?
larry = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = curley) ) )
$> sqlplus scott/tiger@larry
$> sqlplus scott/tiger
$> export ORACLE_SID=fred $> sqlplus scott/tiger
[oracle@vmlnx01 ~]$ ps -ef|grep pmon|grep -v grep oracle 4236 1 0 10:30 ? 00:00:00 ora_pmon_vlnxora1
[oracle@vmlnx01 ~]$ export ORACLE_SID='vlnxora1 [oracle@vmlnx01 ~]$ sqlplus scott/tiger SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:42:37 2010 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> exit [oracle@vmlnx01 ~]$ export ORACLE_SID=FUBAR [oracle@vmlnx01 ~]$ sqlplus scott/tiger SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:42:57 2010 Copyright (c) 1982, 2007, Oracle. All Rights Reserved. ERROR: ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist Linux Error: 2: No such file or directory Enter user-name:
[oracle@vmlnx01 ~]$ export ORACLE_SID= [oracle@vmlnx01 ~]$ sqlplus /scott/tiger SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:43:24 2010 Copyright (c) 1982, 2007, Oracle. All Rights Reserved. ERROR: ORA-12162: TNS:net service name is incorrectly specified