‎2007 Dec 18 5:52 AM
Hai Friends,
In Development server we maintained the normal tables. In Production server we maintain the Cluster tables. Is there any settings need to do inorder to transferring the normal table from the developement to the production sarver?
Is it Possible ?
Regards,
Sathis Kumar R
‎2007 Dec 18 6:44 AM
Cluster table
Cluster tables contain continuous text, for example documentation. Several cluster tables can be combined to form a table cluster. Several logical lines of different tables are combined to form a physical record in this table category. This permits object-by-object storage or object-by-object access. In order to combine tables in clusters, at least part of the keys must agree. Several cluster tables are stored in one corresponding table on the database.
These tables are used exclusively for storing internal control information (Screen sequences, program parameters, temporary data, continuous texts such as documentation). The data from several different cluster tables can be stored together in a table cluster. This is Many to One relationship i.e. for amny cluster tables in DDIC only one Data base table will be created in the data base. All the tables in the Cluster Tables should have a common Primary Key.
Cluster tables are used mostly in HR Module.
Reward Points if useful.
‎2007 Dec 18 6:58 AM
Hai sravan,
Thanks for Replying, But my question is "Is it possible to change the transparent table from developement to production server where production server maintaining the cluster tables".
Regards ,
Sathis Kumar R
‎2007 Dec 18 2:07 PM
Hi Sathis,
Its not possbile to convert transparent table to cluster table.
Regards,
Chandru
‎2007 Dec 18 1:57 PM
Hi,
You cant transfer normal tables as Cluster tables.
Regards,
Nageswar