Theod
Member³
Hi,
the command define without parameters lists the pre definded variables. But in PLD some have the value '0000...' or are to short like _O_VERSION.
in PLD
DEFINE _SQLPLUS_RELEASE = "000000000" (CHAR)
DEFINE _EDITOR = "PLSQLDev" (CHAR)
DEFINE _DATE = "15.10.2008" (CHAR)
DEFINE _PRIVILEGE = "" (CHAR)
DEFINE _O_VERSION = "Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 " (CHAR)
DEFINE _O_RELEASE = "000000000" (CHAR)
DEFINE _USER = "EUROTEST" (CHAR)
DEFINE _CONNECT_IDENTIFIER = "PRG10G" (CHAR)
in sql+
DEFINE _DATE = "15-OCT-08" (CHAR)
DEFINE _CONNECT_IDENTIFIER = "prg10g" (CHAR)
DEFINE _USER = "EUROTEST" (CHAR)
DEFINE _PRIVILEGE = "" (CHAR)
DEFINE _SQLPLUS_RELEASE = "1001000402" (CHAR)
DEFINE _EDITOR = "Notepad" (CHAR)
DEFINE _O_VERSION = "Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options" (CHAR)
DEFINE _O_RELEASE = "1002000400" (CHAR)
the command define without parameters lists the pre definded variables. But in PLD some have the value '0000...' or are to short like _O_VERSION.
in PLD
DEFINE _SQLPLUS_RELEASE = "000000000" (CHAR)
DEFINE _EDITOR = "PLSQLDev" (CHAR)
DEFINE _DATE = "15.10.2008" (CHAR)
DEFINE _PRIVILEGE = "" (CHAR)
DEFINE _O_VERSION = "Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 " (CHAR)
DEFINE _O_RELEASE = "000000000" (CHAR)
DEFINE _USER = "EUROTEST" (CHAR)
DEFINE _CONNECT_IDENTIFIER = "PRG10G" (CHAR)
in sql+
DEFINE _DATE = "15-OCT-08" (CHAR)
DEFINE _CONNECT_IDENTIFIER = "prg10g" (CHAR)
DEFINE _USER = "EUROTEST" (CHAR)
DEFINE _PRIVILEGE = "" (CHAR)
DEFINE _SQLPLUS_RELEASE = "1001000402" (CHAR)
DEFINE _EDITOR = "Notepad" (CHAR)
DEFINE _O_VERSION = "Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options" (CHAR)
DEFINE _O_RELEASE = "1002000400" (CHAR)