How can we set the tablespaces and extent sizes ?
You can specify the extent sizes and the tablespace (physical storage area in the database) in which a transparent table is to be stored by setting the size category and data class.
You can specify the extent sizes and the tablespace (physical storage area in the database) in which a transparent table is to be stored by setting the size category and data class.
Data dictionary is a central source of data in a data management system
Data dictionary is a central source of data in a data management system
In a data management system, the principal functions performed by the data dictionary are– Management of data definitions– Provision of information for evaluation– Support for software development– Support form documentation– Ensuring that the data definitions are flexible and up-to-date.
In a data management system, the principal functions performed by the data dictionary are– Management of data definitions– Provision of information for evaluation– Support for software development– Support form documentation– Ensuring that the data definitions are flexible and up-to-date.
A field containing currency amounts (data type CURR) must be assigned to a reference table and a reference field. Explain As a reference table, a system table containing all the valid currencies is assigned or any other table which contains a field with the currency key format. This field is called as reference field. The … Read more
A field containing currency amounts (data type CURR) must be assigned to a reference table and a reference field. Explain As a reference table, a system table containing all the valid currencies is assigned or any other table which contains a field with the currency key format. This field is called as reference field. The … Read more
(specified while creating a table in the data dictionary) ? By specifying technical settings we can control how database tables are created in the database. The technical settings allows us to – optimize storage space requiremnets– table access behaviour– buffering required– changes to entries logged
(specified while creating a table in the data dictionary) ? By specifying technical settings we can control how database tables are created in the database. The technical settings allows us to – optimize storage space requiremnets– table access behaviour– buffering required– changes to entries logged
– The delivery class controls the degree to which the SAP or the customer is responsible for table maintenance– whether SAP provides the table with or without contents.– determines the table type. – determines how the table behaves when it is first installed, at upgrade, when it is transported, and when a client copy is … Read more