This is my first post, and I have a doubt, where can I modify or activate in order to view my entire script when I put F4 to view a TABLE. ?? I mean this is the following text that I got:
The first button in the “script” tab toolbar will pull up your script options where you can choose what you want to see in your script, including tablesplace
and storage parameters in the “storage objects” tab.
This is my first post, and I have a doubt, where can I modify or activate in order to view my entire script when I put F4 to view a TABLE. ?? I mean this is the following text that I got:
CREATE TABLE SCHEMA.NAME
(
CAMPO1 CHAR 1
CAMPO 2 CHAR 2
)
NOLOGGING
NOCOMPRESS
NOCACHE
NOPARALLEL
MONITORING;
As you can see it lacks of:
Name of tablespace where the table or index was created.
I assume that after F4, you moved to the script tab. I think all of us learn this the hard way by not getting what we want or much more than we want in the script. For me it was the latter. On the script tab to the upper left is an icon for View/Edit Script Options. You can select that and choose what you want in the script.
This is my first post, and I have a doubt, where can I modify or activate in order to view my entire script when I put F4 to view a TABLE. ?? I mean this is the following text that I got: