hpng98
14th August 2006, 03:26
Hi.

Can anyone teach me how to create a Baan new table ?
Thanks alot.

kathuria
14th August 2006, 09:09
Hi,

I am giving sequence in which you can create table in Baan.

Step 1: Maintain Table Defination.
Step 2: Convert to Run Time Data Dictionary.
Step 3: Create Table for that company.

Regards,
Sanjay Kathuria

ronikb
16th August 2006, 20:41
Hey too add more for what Sanjay has justed listed
once you have done convert to runtime DD , Please do logout and re login back
before you do create table do create to runtime DD ..logout and re login back then do create to runtime DD.

Ronik

Brendan Shine
17th August 2006, 00:50
The new table will use entries in tabledef and ora_storage to determine where/how to create the table in Oracle so you should review those to determine if the table will get created in the desired tablespace with desired sizing.

hpng98
17th August 2006, 09:48
May I know, when I doing all these steps , is that I only can do when no user login to Baan or can do anytime ??

Thanks.

csecgn
17th August 2006, 14:47
You can do it anytime. BUT every user that wants to access this table has to be logged out before.

I normaly do developping (or better go live) in 2 steps:

1. copy all (new) tables and domains to our production server
2. one day later (baan is down every nigth for 10 minutes :) ) I add the new/changed programs

The only problem is, if I've changed a known table. After this every user has to log out and login again.

hth

Regards
csecgn