AMX DAS-AMP4 Guia de preparacion Pagina 319

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 338
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 318
Customization Manager Coding Standards D-11
Object Type Description File Types
Table A column type must be a built-in type or a
user-defined type owned by a non-editioned user.
.xdf
Table A base column name should be unique within the
table within the first 27 bytes.
.xdf, .odf
Table A base column name may use the # character only to
distinguish the column versions; for example,
<col_name>#<version>.
.xdf, .odf
Table A table must be owned by an Oracle E-Business Suite
product schema, not APPS.
.xdf
Table A table name must not use the '#' character. .xdf, .odf
Materialized
View (MV)
Create/alter Materialized View definition using XDF .sql , .pkb, pkh
Constraint Create/alter constraint definition using XDF or ODF .sql, .pkb, .pkh, .pls
Index Create/alter the index definition using ODF or XDF. .sql, .pkb, .pkh, .pls
Table Create/alter the table definition using ODF or XDF. .sql, .pkb, .pkh, .pls
Table Do not modify application-managed tables in an
online patch.
.xdf, .odf
Constraint A constraint name must contain an underscore ('_'). .xdf
Index An index name must contain an underscore ('_'). .xdf, .odf
Trigger A table trigger must be created on editioning view,
not on the table.
.sql, .pkb, pls
Table DML statements must access tables via a table
synonym or the editioning view.
All code
VPD A VPD policy must be created on the editioning view
or table synonym, not on the table.
.sql
Vista de pagina 318
1 2 ... 314 315 316 317 318 319 320 321 322 323 324 ... 337 338

Comentarios a estos manuales

Sin comentarios