문제

I am trying to install Oracle 11g express edition on debian.

I downloaded it and unpackage.

I use alien -i --scripts on the folder.

And now i can access to the files and other folders.

The problem is when I try to do the next command configure etc/init.d/oracle-xe it says "command not found".

I'm stuck with this.

Sorry if there are some mistakes in the writing I'm from Spain

올바른 솔루션이 없습니다

다른 팁

The documentation you linked to says to do this:

/etc/init.d/oracle-xe configure

... not the way you have it, as configure etc/.... The configure is an argument to the oracle-xe command, not a command itself; and you need the leading / on the path before etc.

You might find this answer and the links in it useful.

It's the way @Alex Poole said, according to the 11gR2 Installation Guide. As the error is "Command not found", check that the /etc/init.d/oracle-xe file actually exists.

ls -l /etc/init.d/oracle-xe

Don't forget to post the output, as it may bring context to this problem.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top