F4 not showing tablespace and storage parameters

Dear friends.

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.
  • Storage parameters.

Please, your help.

Kindly regards.

Hello,

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.

From: chijar [mailto:bounce-chijar@toadworld.com]

Sent: Wednesday, January 22, 2014 3:35 PM

To: toadoracle@toadworld.com

Subject: [Toad for Oracle - Discussion Forum] F4 not showing tablespace and storage parameters

F4 not showing tablespace and storage parameters

Thread created by chijar

Dear friends.

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.
  • Storage parameters.
    Please, your help.

Kindly regards.

To reply, please reply-all to this email.

Stop receiving emails on this subject.

Or
Unsubscribe from Toad for Oracle - General
notifications altogether.

Toad for Oracle - Discussion Forum

Flag
this post as spam/abuse.

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.

Hope this helps,

Dave

From: chijar [mailto:bounce-chijar@toadworld.com]
Sent: Wednesday, January 22, 2014 3:35 PM
To: toadoracle@toadworld.com
Subject: [Toad for Oracle - Discussion Forum] F4 not showing tablespace and storage parameters

F4 not showing tablespace and storage parameters

Thread created by chijar

Dear friends.

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.
  • Storage parameters.
    Please, your help.

Kindly regards.

To reply, please reply-all to this email.

Stop receiving emails on this subject.
Or Unsubscribe from Toad for Oracle - General notifications altogether.
Toad for Oracle - Discussion Forum

Flag this post as spam/abuse.

Thank you Brad and reeda, ti works !!!. That was the more quick response that I have ever had :slight_smile: