Answers for "oracle"

SQL
4

oracle SQL developer

/* Answer to: "oracle SQL developer" */

/*
  Oracle SQL Developer is an Integrated development environment for
  working with SQL in Oracle databases. Oracle Corporation provides
  this product free; it uses the Java Development Kit.

  Download it here:
  https://www.oracle.com/tools/downloads/sqldev-downloads.html
*/
Posted by: Guest on March-14-2020
0

Oracle

LISTENER=
  (DESCRIPTION=
    (ADDRESS_LIST=
      (ADDRESS=(PROTOCOL=tcp)(HOST=sale-server)(PORT=1521))
      (ADDRESS=(PROTOCOL=ipc)(KEY=extproc))))
SID_LIST_LISTENER=
  (SID_LIST=
    (SID_DESC=
      (GLOBAL_DBNAME=sales.us.example.com)
      (ORACLE_HOME=/oracle11g)
      (SID_NAME=sales))
    (SID_DESC=
      (SID_NAME=plsextproc)
      (ORACLE_HOME=/oracle11g)
      (PROGRAM=extproc)))
Posted by: Guest on September-18-2021
0

oracle

SQL>select group#, members, sequence#, bytes/1024/1024, status from v$log;
Posted by: Guest on September-18-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language