 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

11th January 2009, 12:22 PM
|
|
Registered User
|
|
Join Date: Jan 2009
Posts: 2

|
|
|
installing Oracle 11g on fedora
i am a new user on fedora and i like to install oracle 11 g on fedora 9 but i face this problem
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 80 MB. Actual 16638 MB Passed
Checking swap space: 0 MB available, 150 MB required. Failed <<<<
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Some requirement checks failed. You must fulfill these requirements before
continuing with the installation,at which time they will be rechecked.
Continue? (y/n) [n]
please can anyone help me in that issue ?
|

11th January 2009, 12:33 PM
|
|
Registered User
|
|
Join Date: Oct 2008
Location: Netherlands
Posts: 338

|
|
your have not enough swap space
seems to be an fedora installation issue, not an oracle issue.
what shows the output of df -a?
Code:
$ df -a
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
149463348 12026572 129844432 9% /
/proc 0 0 0 - /proc
sysfs 0 0 0 - /sys
devpts 0 0 0 - /dev/pts
/dev/sda1 194442 36244 148159 20% /boot
tmpfs 1019736 3152 1016584 1% /dev/shm
none 0 0 0 - /proc/sys/fs/binfmt_misc
sunrpc 0 0 0 - /var/lib/nfs/rpc_pipefs
gvfs-fuse-daemon 0 0 0 - /home/evert/.gvfs
/dev/sdd1 488264768 75472128 412792640 16% /media/USB-HDD
/dev/sdc1 15650880 16 15650864 1% /media/UDISK 2.0
/dev/sdf1 128832 4 128828 1% /media/STORAGE
__________________
[SIGPIC][/SIGPIC]
Dell laptop, dual core T6400, 4Gb mem, 320 GB HD
Currently OS Vista Premium, but want to migrate to Fedora 12
|

11th January 2009, 12:35 PM
|
|
Registered User
|
|
Join Date: Oct 2008
Location: Netherlands
Posts: 338

|
|
also post the output of swapon -s
Code:
]$ swapon -s
Filename Type Size Used Priority
/dev/mapper/VolGroup00-LogVol01 partition 4128760 8856 -1
__________________
[SIGPIC][/SIGPIC]
Dell laptop, dual core T6400, 4Gb mem, 320 GB HD
Currently OS Vista Premium, but want to migrate to Fedora 12
|

11th January 2009, 01:29 PM
|
|
Registered User
|
|
Join Date: Jan 2009
Posts: 2

|
|
|
thank you for your support but i have no idea about what you want because as i mentioned before i am a new user for fedora.
can you tell me exactly and step by step what i should do?
|

11th January 2009, 02:40 PM
|
|
Registered User
|
|
Join Date: Oct 2008
Location: Netherlands
Posts: 338

|
|
|
__________________
[SIGPIC][/SIGPIC]
Dell laptop, dual core T6400, 4Gb mem, 320 GB HD
Currently OS Vista Premium, but want to migrate to Fedora 12
|

11th January 2009, 05:27 PM
|
|
Registered User
|
|
Join Date: Oct 2008
Location: Netherlands
Posts: 338

|
|
Quote:
Originally Posted by mramseysr
|
it's a newbie. He/She does not even know how to start a terminal.
even i find this article very technical
__________________
[SIGPIC][/SIGPIC]
Dell laptop, dual core T6400, 4Gb mem, 320 GB HD
Currently OS Vista Premium, but want to migrate to Fedora 12
|

11th January 2009, 05:29 PM
|
|
Registered User
|
|
Join Date: Oct 2008
Location: Netherlands
Posts: 338

|
|
Quote:
Originally Posted by sinan gasgous
i am a new user on fedora and i like to install oracle 11 g on fedora 9 but i face this problem
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 80 MB. Actual 16638 MB Passed
Checking swap space: 0 MB available, 150 MB required. Failed <<<<
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Some requirement checks failed. You must fulfill these requirements before
continuing with the installation,at which time they will be rechecked.
Continue? (y/n) [n]
please can anyone help me in that issue ?
|
for what purposes do you install the oracle database?
__________________
[SIGPIC][/SIGPIC]
Dell laptop, dual core T6400, 4Gb mem, 320 GB HD
Currently OS Vista Premium, but want to migrate to Fedora 12
|

11th January 2009, 05:31 PM
|
|
Registered User
|
|
Join Date: Oct 2008
Location: Netherlands
Posts: 338

|
|
http://www.oracle-base.com/articles/...stallation.php
Code:
10 make sure the swap partition is at least 2G (2048M) in size. Once you are happy with the partition structure, click the "Next" button followed by the "Write changes to disk" button.
so it's a swap-space problem
Code:
Checking Temp space: must be greater than 80 MB. Actual 16638 MB Passed
Checking swap space: 0 MB available, 150 MB required. Failed <<<<
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
i am afraid there os NO swap space
__________________
[SIGPIC][/SIGPIC]
Dell laptop, dual core T6400, 4Gb mem, 320 GB HD
Currently OS Vista Premium, but want to migrate to Fedora 12
Last edited by bd54338rre; 11th January 2009 at 05:36 PM.
|

11th January 2009, 05:35 PM
|
|
Registered User
|
|
Join Date: Jan 2009
Posts: 13

|
|
|
Installing Oracle is not a simple thing. It is technical. I am also new to Linux also and I was able to do it using this article. Just thought it may help. It definitely help me.
|

30th January 2009, 07:35 AM
|
|
Registered User
|
|
Join Date: Jan 2009
Posts: 1

|
|
|
Hi, Currently I have some problem when installing oracle 10g to my fedora 8 64 bit . When I finished my installation, and on configuration assistants it show error below :
UnsatisfiedLinkError exception loading native library: njni10
java.lang.UnsatisfiedLinkError: jniGetOracleHome
at oracle.net.common.NetGetEnv.jniGetOracleHome(Nativ e Method)
at oracle.net.common.NetGetEnv.getOracleHome(Unknown Source)
at oracle.net.ca.NetCA.main(Unknown Source)
Oracle Net Services configuration failed. The exit code is -1
Please let me know if there is any clue or solution for this kind of matter .
Thank you
|

17th February 2009, 07:39 AM
|
|
Registered User
|
|
Join Date: Feb 2009
Location: Czech Republic
Posts: 7

|
|
|
Hello Venetrius,
I didn't run into this but THIS seems to be a library issue. Have look at the Ora installation manual at wiki.gentoo.org.
If I remember right Ora10 is still dependent on linuxthreads and we have NPTL.
As I said, I didn't hit this and the said above is just a thought.
Happy Oracling
Frank
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 13:59 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|