Close

Oracle Commands (Oracle Application Server)

These are mostly oracle application server commands:EMCTLTo start and stop the Management Service, the Management Agent, the Grid Control Console, the Application Server Control Console, and the Database Control, you use the Enterprise Manager command-line utility (emctl)OPMNCTLopmnctl is the supported tool for starting and stopping all components in an Oracle Application Server instance, with the…

ORA-12514

ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. I have encountered this problem using OC4J. I was trying to connect to a database using JDBC (via OC4J) while caught this error. I have searched a little bit online about this one and it seems it is a general error of oracle…

ORA-12162

The error message ORA-12162 “TNS:net service name is incorrectly specified” is not exactly what it meant. It suggests that there is a problem with the tnsnames.ora file contents, but in reality the message ORA-12162 “TNS:net service name is incorrectly specified” results from improperly setting your ORACLE_SID value. To fix this error in Windows, set your…