- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-Oracle database
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
Forums
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
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
тАО02-21-2002 08:54 AM
тАО02-21-2002 08:54 AM
HP-Oracle database
1.do i have to load the client as well before I can start up the database?
2. Is there any special instruction on how to start up the database?
3. If I want to run some I/O on some mount points, does the procedure to create a vg and logical and filesystem the same as stated in LVM?
Thank you very much for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2002 09:03 AM
тАО02-21-2002 09:03 AM
Re: HP-Oracle database
Try the oracle Administrator Guide for hp-ux,
http://docs.oracle.com/HTML_Storage/a90347/toc.htm
you should be installing the client part on your workstation.
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2002 09:05 AM
тАО02-21-2002 09:05 AM
Re: HP-Oracle database
Missed your last question. The procedure is same as creating normal lvm filesystems and vg's. you won't have to create the filesystem on the logical volume is you plan to use raw disk space to store your database.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2002 12:29 PM
тАО02-21-2002 12:29 PM
Re: HP-Oracle database
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2002 05:08 PM
тАО02-21-2002 05:08 PM
Re: HP-Oracle database
Hi,
On a tangent,
I would suggest this good book - OracleDBA 101, to get a nice and entertaining intro
do DB administration.
A quicklink:
http://www.amazon.com/exec/obidos/ASIN/0072121203/qid=1014340182/sr=1-1/ref=sr_1_1/103-2894632-2274224
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-22-2002 12:31 AM
тАО02-22-2002 12:31 AM
Re: HP-Oracle database
1. You do not have to have a client to start the database, just run the sqlplus:
startup pfile=/oracle/admin/pfile/init.ora
(The Oracle client is installed by default if you haven't deselected it during custom install.)
2. As oracle user (oracle software owner) start sqlplus:
SQL> startup
pfile=/oracle/admin/
If link to init.ora is placed in $ORACLE_HOME/dbs :
SQL> startup
You'll see the startup sequence:
Instance started
Database Mounted
Database Open
and the SGA sizes spelled out.
3. To create I/O on specific mount points you have to push data into the database in segments (tables) placed in tablespace that is placed on that spesific mount point.
Andreas