LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cp: cannot create regular file (https://www.linuxquestions.org/questions/linux-newbie-8/cp-cannot-create-regular-file-570068/)

Raakh 07-17-2007 08:10 AM

cp: cannot create regular file
 
I am trying to install oracle but after installation following error appears:

[root@serverName opt]# rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm
Preparing... ########################################### [100%]
1:oracle-xe-univ ########################################### [100%]
Executing Post-install steps...

cp: cannot create regular file `/usr/share/desktop-directories/oraclexe-10g.directory': No such file or directory
cp: cannot create regular file `/usr/share/desktop-directories/oraclexe-gethelp.directory': No such file or directory
You must run '/etc/init.d/oracle-xe configure' as the root user to
configure the database.

AlucardZero 07-17-2007 10:00 AM

Code:

mkdir -p /usr/share/desktop-directories/
But have you tried
Code:

/etc/init.d/oracle-xe configure
?


All times are GMT -5. The time now is 11:02 AM.