Re: Erwin: setting a property for all tables



On Jan 31, 3:05 am, Peter Teoh <htmldevelo...@xxxxxxxxx> wrote:
Don't use the GUI tool, instead use sqlplus and issue the following
query:

select 'alter table ' || table_name || ' xxxxxxx;' from user_tables;

where xxxx is the attribute of the table u want to modify.

Or something like this.

Peter,
I think you are suggesting to use sqlplus to issue a command on my
Oracle database to change the desired properties, right? I know how to
do that, but that's not what I want to do. What I want is to change
the tablespace property for all tables and indexes IN THE PHYSICAL
MODEL OF MY ERWIN FILE, not on the database.
Andrea
.



Relevant Pages

  • Re: Connecting to Oracle.
    ... but it helps when troubleshooting. ... Usually if sqlplus works, then you know that the client libraries/software and connnectivity is good. ... Do I have to install sqlplus to connect to Oracle database from Perl ...
    (perl.dbi.users)
  • Re: Lower case username logon problem
    ... Yet just entering SQLPLUS and entering the username and password at the ... Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production ...
    (comp.databases.oracle.misc)