- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Oracle 9i database creation on Linux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2003 11:18 AM
тАО09-05-2003 11:18 AM
I need a white paper, document or plain and simple advice on the steps necessary to create an Oracle 9i instance on Linux. We have a new Oracle RAC setup. To be specific, I'd like to find out what files need to be updated like oratab, .profile, .login etc, where the files reside and what needs to be done with them. Over the years I've fallen into the trap of having the vendor come in and create this stuff and Linux is new to me. Any help would be appreciated.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2003 11:21 AM
тАО09-05-2003 11:21 AM
Re: Oracle 9i database creation on Linux
sqlplus internal
@cr_db
# create the rollback segments
# alter rollback segment
@catproc
@create_tablespaces
This is the HP-UX forum btw.
Looking for a document for you. Back soon.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2003 11:24 AM
тАО09-05-2003 11:24 AM
SolutionCheck here:
http://www.google.com/url?q=http://www.sswug.org/about/oracle.asp%3Fq%3Doracle&sa=l&ai=AIMbUdJOW_sqwMsphhAs44yaDka4zCwfp_agy46pDBEAkOBAk_WQACIAmWAA
You might be able to pull of the google part, its in an ad.
Create and cloning.
http://www.sapclub.com/oracle-database.shtml
http://www.mahanindia.com/oracle_dba.htm
Good Luck.
Also look at http://otn.oracle.com
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2003 05:58 PM
тАО09-07-2003 05:58 PM
Re: Oracle 9i database creation on Linux
When you say you have an Oracle RAC setup can I assume that Oracle software has been installed on your server with Linux OS.
If so then I assume the following were done.
From the Linux OS you have created an user account called ORACLE in the group called DBA and installed the oracle software as ORACLE user. If the installation was completed successfully then the .profile and .login for oracle user account is fine.
Now coming to creating an oracle instance here are the steps.
You can use the the tool dbaassist or DBCA to do the job for you. This tool will be in ORACLE_HOME/bin directory.
Login as user oracle. cd to $ORACLE_HOME/bin.
at the prompt type dbassist ot dbca. This will bring up an GUI display of Oracle Installer and take you through the varipus steps of oracle database creation.
It will prompt you for a sid name (database name), and the location for the init.ora file. provide the above and go to next. Then it will prompt for the control file (ctl) and datafile name (dbf) and location (SYSTEM, USER, TOOLS, ROLLBACK, TEMP, INDEX). These are the base datafiles that you need for an instance. Then it will prompt you for REDO LOGS names, path and sizes. And in the following screens it will prompt you for the SGA, DB_BLOCK and DB_BLOCK_BUFFER. You can prepare for these sizes depending on you oracle database size (large, medium or small).
Then it will prompt for the archive log option and destimation (ARCH), alert log destination (BDUMP), user dump file destination (udump).
At the final screen it will prompt you for creating the database or saving the scripts as a file. If you choose to save the scripts as a file, then you will have a chance to verify the names and paths and sizes before you create the database. And once you have varified all you need is to run the main script and that will call the other scripts.
before you run the script, make sure the following are defined correctly.
ORACLE_HOME, ORACLE_BASE, ORACLE_SID.
When the above tool creates the scripts it will update the oratab file as well. It will put an entry for the SID that you gave with ORACLE_HOME path and a flag N. Once the database is created you can change the flag to Y.
I hope this helps.
Indira
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2003 06:05 PM
тАО09-07-2003 06:05 PM
Re: Oracle 9i database creation on Linux
Please refer to the attachment. it might show ligh on some aspects of RAC on Linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2003 06:06 PM
тАО09-07-2003 06:06 PM