Connecting Tech Pros Worldwide Help | Site Map

Question about init file

  #1  
Old June 27th, 2008, 08:01 PM
FC
Guest
 
Posts: n/a
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
  #2  
Old June 27th, 2008, 08:02 PM
Mark C. Stock
Guest
 
Posts: n/a

re: Question about init file



"FC" <fcarpio@NOJUNKcomcast.netwrote in message
news:5-WdncLKndkd5YfeRVn-1g@comcast.com...
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


  #3  
Old June 27th, 2008, 08:02 PM
Altasen.com
Guest
 
Posts: n/a

re: Question about init file


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

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
beginner question about classes me answers 9 January 24th, 2006 01:55 PM
Question about using math functions D Steward answers 0 November 17th, 2005 01:25 PM
Question about Solution Files Brett Baisley answers 0 November 16th, 2005 10:28 PM
Question about init file FC answers 2 November 11th, 2005 08:25 AM