Print Thread
Differences between Create-Script and View in PLD
#39097 12/01/10 12:40 PM
Joined: Nov 2002
Posts: 256
Erlangen, Bayern, Germany
TenGor Offline OP
Member
OP Offline
Member
Joined: Nov 2002
Posts: 256
Erlangen, Bayern, Germany
Hy,

i have the following create Script for a table:
CREATE TABLE "KENPER"
(
"NR" NUMBER(5),
"BEZEICH" VARCHAR2(30)
)
TABLESPACE "SENANBI_E"
NOLOGGING
PARALLEL 2
;

If i create the table in my DB and view it with PLD i can't see the options "NOLOGGING" nor "PARALLEL".
It's the same problem if i use the Button "View SQL":
-- Create table
create table KENPER
(
NR NUMBER(5),
BEZEICH VARCHAR2(30)
)
tablespace SENANBI_E
pctfree 10
initrans 1
maxtrans 255
storage
(
initial 64K
next 1M
minextents 1
maxextents unlimited
);

This is the code what PLD shows to me.
If i select from the DBA_TABLES for the table above i see
the column LOGGING = NO and DEGREE = 2.

So i'm a little bit confused about the differences.
Could you please help?


Thanks for helping & looking
TenGor
--
PL/SQL Dev.: 8.0.3.1510 / 8.0.4.1514
Oracle 9i, 10g, 11g
Windows 2000 SP4 / XP SP3 / Vista SP2 / Windows 7
Re: Differences between Create-Script and View in PLD
TenGor #39100 12/02/10 10:22 AM
Joined: Aug 1999
Posts: 22,220
Member
Offline
Member
Joined: Aug 1999
Posts: 22,220
There is indeed no DDL support for these options. This is on the list of enhancement requests though.


Marco Kalter
Allround Automations
Re: Differences between Create-Script and View in PLD
Marco Kalter #39153 12/09/10 12:15 PM
Joined: Nov 2002
Posts: 256
Erlangen, Bayern, Germany
TenGor Offline OP
Member
OP Offline
Member
Joined: Nov 2002
Posts: 256
Erlangen, Bayern, Germany
Thanks Marco.


Thanks for helping & looking
TenGor
--
PL/SQL Dev.: 8.0.3.1510 / 8.0.4.1514
Oracle 9i, 10g, 11g
Windows 2000 SP4 / XP SP3 / Vista SP2 / Windows 7

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.037s Queries: 14 (0.012s) Memory: 2.5070 MB (Peak: 3.0436 MB) Data Comp: Off Server Time: 2024-05-18 23:39:57 UTC
Valid HTML 5 and Valid CSS