![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I would like to know, how secure Oracle is against modifications in names of system tables or system table columns from version to version. Do you think, that a select statement like "SELECT COL.COLUMN_NAME FROM USER_CONS_COLUMNS COL, USER_CONSTRAINTS CON WHERE CON.TABLE_NAME = {0} AND COL.CONSTRAINT_NAME = CON.CONSTRAINT_NAME AND CON.CONSTRAINT_TYPE='P'" will work in a version Oracle 15 too? |
|
Was is possible to execute the upper statement in Oracle 5? |
|
Thank you, Norbert |
#3
| |||
| |||
|
|
Hello, I would like to know, how secure Oracle is against modifications in names of system tables or system table columns from version to version. Do you think, that a select statement like "SELECT COL.COLUMN_NAME FROM USER_CONS_COLUMNS COL, USER_CONSTRAINTS CON WHERE CON.TABLE_NAME = {0} AND COL.CONSTRAINT_NAME = CON.CONSTRAINT_NAME AND CON.CONSTRAINT_TYPE='P'" will work in a version Oracle 15 too? |
|
Was is possible to execute the upper statement in Oracle 5? |
|
Thank you, Norbert |
#4
| |||
| |||
|
|
Hello, I would like to know, how secure Oracle is against modifications in names of system tables or system table columns from version to version. Do you think, that a select statement like "SELECT COL.COLUMN_NAME FROM USER_CONS_COLUMNS COL, USER_CONSTRAINTS CON WHERE CON.TABLE_NAME = {0} AND COL.CONSTRAINT_NAME = CON.CONSTRAINT_NAME AND CON.CONSTRAINT_TYPE='P'" will work in a version Oracle 15 too? |
|
Was is possible to execute the upper statement in Oracle 5? |
|
Thank you, Norbert |
#5
| |||
| |||
|
|
Hello, I would like to know, how secure Oracle is against modifications in names of system tables or system table columns from version to version. Do you think, that a select statement like "SELECT COL.COLUMN_NAME FROM USER_CONS_COLUMNS COL, USER_CONSTRAINTS CON WHERE CON.TABLE_NAME = {0} AND COL.CONSTRAINT_NAME = CON.CONSTRAINT_NAME AND CON.CONSTRAINT_TYPE='P'" will work in a version Oracle 15 too? |
|
Was is possible to execute the upper statement in Oracle 5? |
|
Thank you, Norbert |
#6
| |||
| |||
|
|
Hello, I would like to know, how secure Oracle is against modifications in names of system tables or system table columns from version to version. Do you think, that a select statement like "SELECT COL.COLUMN_NAME FROM USER_CONS_COLUMNS COL, USER_CONSTRAINTS CON WHERE CON.TABLE_NAME = {0} AND COL.CONSTRAINT_NAME = CON.CONSTRAINT_NAME AND CON.CONSTRAINT_TYPE='P'" will work in a version Oracle 15 too? |
|
Was is possible to execute the upper statement in Oracle 5? |
|
Thank you, Norbert |
#7
| |||
| |||
|
|
Hello, I would like to know, how secure Oracle is against modifications in names of system tables or system table columns from version to version. Do you think, that a select statement like "SELECT COL.COLUMN_NAME FROM USER_CONS_COLUMNS COL, USER_CONSTRAINTS CON WHERE CON.TABLE_NAME = {0} AND COL.CONSTRAINT_NAME = CON.CONSTRAINT_NAME AND CON.CONSTRAINT_TYPE='P'" will work in a version Oracle 15 too? |
|
Was is possible to execute the upper statement in Oracle 5? |
|
Thank you, Norbert |
#8
| |||
| |||
|
|
Hello, I would like to know, how secure Oracle is against modifications in names of system tables or system table columns from version to version. Do you think, that a select statement like "SELECT COL.COLUMN_NAME FROM USER_CONS_COLUMNS COL, USER_CONSTRAINTS CON WHERE CON.TABLE_NAME = {0} AND COL.CONSTRAINT_NAME = CON.CONSTRAINT_NAME AND CON.CONSTRAINT_TYPE='P'" will work in a version Oracle 15 too? |
|
Was is possible to execute the upper statement in Oracle 5? |
|
Thank you, Norbert |
#9
| |||
| |||
|
|
Hello, I would like to know, how secure Oracle is against modifications in names of system tables or system table columns from version to version. Do you think, that a select statement like "SELECT COL.COLUMN_NAME FROM USER_CONS_COLUMNS COL, USER_CONSTRAINTS CON WHERE CON.TABLE_NAME = {0} AND COL.CONSTRAINT_NAME = CON.CONSTRAINT_NAME AND CON.CONSTRAINT_TYPE='P'" will work in a version Oracle 15 too? |
|
Was is possible to execute the upper statement in Oracle 5? |
|
Thank you, Norbert |
#10
| |||
| |||
|
|
* Oracle 5 did not have constraints - these were introduced in version 6. This statement is therefore only backwards compatible starting with version 6. Cheers, * *Roelof Schierbeek |
![]() |
| Thread Tools | |
| Display Modes | |
| |