dbTalk Databases Forums  

Question about init file

comp.databases.oracle comp.databases.oracle


Discuss Question about init file in the comp.databases.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
FC
 
Posts: n/a

Default Question about init file - 09-03-2005 , 11:31 PM






Hello all:
I am fairly new the Oracle and SQL and I am trying to find out how can I
achieve the following: I have a program that uses a database (schema for
Oracle?) and I am creating NEW tables on an existing database. How can I
set the defaults for my tables regardless of what the defaults for the
database are? I am talking about the defaults that are set from the
init.ora file. In other words, can I have my newly created tables go by
a different init.ora (say init2.ora) file than the rest of the original
tables in the database? How do I link my newly created tables to a
different init.ora file?

I want to make sure that the standard settings for my tables are met
regardless of what the standard settings for the database are. Please help.

FC

Reply With Quote
  #2  
Old   
Mark C. Stock
 
Posts: n/a

Default Re: Question about init file - 09-04-2005 , 04:57 PM







"FC" <fcarpio (AT) NOJUNKcomcast (DOT) net> wrote

Quote:
Hello all:
I am fairly new the Oracle and SQL and I am trying to find out how can I
achieve the following: I have a program that uses a database (schema for
Oracle?) and I am creating NEW tables on an existing database. How can I
set the defaults for my tables regardless of what the defaults for the
database are? I am talking about the defaults that are set from the
init.ora file. In other words, can I have my newly created tables go by a
different init.ora (say init2.ora) file than the rest of the original
tables in the database? How do I link my newly created tables to a
different init.ora file?

I want to make sure that the standard settings for my tables are met
regardless of what the standard settings for the database are. Please
help.

FC
the init.ora file contains parameters for starting up the instance, not
table-level parameters

you may want to look into default tablespace for the user, and default
storage settings for the tablespace

++ mcs




Reply With Quote
  #3  
Old   
Altasen.com
 
Posts: n/a

Default re:Question about init file - 11-11-2005 , 02:11 AM



Hi FC

what kind of defaults do you mean? Defaults for a column are set i
the create table-command

HTH

Roel Hogendoor
More information on Oracle can be found o
http://www.altasen.co


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.