Re: [newbie] Linux on Oracle

2000-10-18 Thread A V Flinsch

On Wed, 18 Oct 2000, you wrote:
 thanks for all you answers.
 Can you please tell me how to create a mountpoint. It seems i don't
 understand the meaning of a mountpoing
 thanks again
 
 vinayak

A mountpoint is simply a directory somewhere in your filesystem tree.
mkdir will create the directory for you.

-- 
Alex
(Go easy on me, I'm a COBOL programmer in real life)




RE: [newbie] Linux on Oracle

2000-10-17 Thread Wignall, Mark T

The mount points are in support of Oracle's OFA, and not a requirement.  You
can have just a single mount point if you like.  In my case I've just
created a single mount point of /db ... in fact my first installation just
did a mkdir off of root for /db.  I've since changed to a whole new drive
and mount for it.

Mark Wignall
MES Oracle DBA
Xerox Corp.
[EMAIL PROTECTED]

-Original Message-
From: Vinayak Pai [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 17, 2000 7:35 AM
To: [EMAIL PROTECTED]
Subject: [newbie] Linux on Oracle


hi all,
thnaks for your help
I am an Oracle DBA and so far have worked only on
WindowsNT. Now i am trying to install Oracle8i (8.1.6)
on Linux. I have got Linux Mandrake version 7.1
installed on a intel system.
300 MHz
64MB RAM

The oracle Documentaion asks to create 4 mountpoints.
One for the software and 3 for the database.
I don't know if this is the right place to ask this
question.

Thanks again

vinayak


__
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/




Re: [newbie] Linux on Oracle

2000-10-17 Thread D.M. Mattix

On Tue, 17 Oct 2000, A V Flinsch wrote:
 On Tue, 17 Oct 2000, you wrote:
  hi all,
  thnaks for your help
  I am an Oracle DBA and so far have worked only on
  WindowsNT. Now i am trying to install Oracle8i (8.1.6)
  on Linux. I have got Linux Mandrake version 7.1
  installed on a intel system.
  300 MHz
  64MB RAM
  
  The oracle Documentaion asks to create 4 mountpoints.
  One for the software and 3 for the database.
  I don't know if this is the right place to ask this
  question.
 
 
 No need to do this. I just created a /oracle mountpoint off of / and let the
 installer do it's stuff.
 
 a few words of advice - 
 1- the 8.1.6 installer has problems when running under kde. Do yourself a favor
 and use a different window manager for the install.
 
 2 - when creating your database, allow dbassist to creat a script, then exit
 all window managers and run the script. The database creation phase of the
 install is very memory intensive, and can use all the ram you can get.
 
 3 - go th http://www.orasoft.org and grab all of the goodies. Some good stuff
 there.
 
 
 
   -- 
 Alex
 (Go easy on me, I'm a COBOL programmer in real life)

The release notes say that a minimum of 128MB are required to install the
Oracle product.  Has anyone tried it with less??  
-- 
D.M.(Mike) Mattix
[EMAIL PROTECTED]

(with a 128MB 200MHz Pentium to try this on...)





Re: [newbie] Linux on Oracle

2000-10-17 Thread A V Flinsch

On Tue, 17 Oct 2000, you wrote:

 
 The release notes say that a minimum of 128MB are required to install the
 Oracle product.  Has anyone tried it with less??  


I had 8.1.5 running on a machine with 96M. I did have to upgrade to 128M to do
the install however. Once installed, it ran acceptably in 96M. I did not try
running in anything less than 96.

 -- 
 D.M.(Mike) Mattix
 [EMAIL PROTECTED]
 
 (with a 128MB 200MHz Pentium to try this on...)

The machine I installed 8.1.6 on was a P III 450 with 128M. The install took a
bit over an hour, database creation took about 3 hours.

 -- 
Alex
(Go easy on me, I'm a COBOL programmer in real life)




Re: [newbie] Linux on Oracle

2000-10-17 Thread kvinayakpai

thanks for all you answers.
Can you please tell me how to create a mountpoint. It seems i don't
understand the meaning of a mountpoing
thanks again

vinayak
- Original Message -
From: "Wignall, Mark T" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, October 17, 2000 10:12 PM
Subject: RE: [newbie] Linux on Oracle


 The mount points are in support of Oracle's OFA, and not a requirement.
You
 can have just a single mount point if you like.  In my case I've just
 created a single mount point of /db ... in fact my first installation just
 did a mkdir off of root for /db.  I've since changed to a whole new drive
 and mount for it.

 Mark Wignall
 MES Oracle DBA
 Xerox Corp.
 [EMAIL PROTECTED]

 -Original Message-
 From: Vinayak Pai [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, October 17, 2000 7:35 AM
 To: [EMAIL PROTECTED]
 Subject: [newbie] Linux on Oracle


 hi all,
 thnaks for your help
 I am an Oracle DBA and so far have worked only on
 WindowsNT. Now i am trying to install Oracle8i (8.1.6)
 on Linux. I have got Linux Mandrake version 7.1
 installed on a intel system.
 300 MHz
 64MB RAM

 The oracle Documentaion asks to create 4 mountpoints.
 One for the software and 3 for the database.
 I don't know if this is the right place to ask this
 question.

 Thanks again

 vinayak


 __
 Do You Yahoo!?
 Yahoo! Messenger - Talk while you surf!  It's FREE.
 http://im.yahoo.com/


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com





Re: [newbie] Linux on Oracle

2000-10-17 Thread kvinayakpai

thanks for all you answers.
Can you please tell me how to create a mountpoint. It seems i don't
understand the meaning of a mountpoing
thanks again
vinayak
- Original Message -
From: "A V Flinsch" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 18, 2000 3:41 AM
Subject: Re: [newbie] Linux on Oracle


 On Tue, 17 Oct 2000, you wrote:
  hi all,
  thnaks for your help
  I am an Oracle DBA and so far have worked only on
  WindowsNT. Now i am trying to install Oracle8i (8.1.6)
  on Linux. I have got Linux Mandrake version 7.1
  installed on a intel system.
  300 MHz
  64MB RAM
 
  The oracle Documentaion asks to create 4 mountpoints.
  One for the software and 3 for the database.
  I don't know if this is the right place to ask this
  question.


 No need to do this. I just created a /oracle mountpoint off of / and let
the
 installer do it's stuff.

 a few words of advice -
 1- the 8.1.6 installer has problems when running under kde. Do yourself a
favor
 and use a different window manager for the install.

 2 - when creating your database, allow dbassist to creat a script, then
exit
 all window managers and run the script. The database creation phase of the
 install is very memory intensive, and can use all the ram you can get.

 3 - go th http://www.orasoft.org and grab all of the goodies. Some good
stuff
 there.



   --
 Alex
 (Go easy on me, I'm a COBOL programmer in real life)


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com