Peter Penzov
Peter Penzov

Reputation: 1648

Install Oracle 11g XE on DigitalOcean VPS

I want to deploy the Oracle XE on Digital Ocean VPS running Centos. For some reason I get error when I try to configure it after installation.

These are the log files:

http://pastebin.com/QmQGihJV

http://pastebin.com/vrtU4LL9

http://pastebin.com/CTf6bh74

http://pastebin.com/yqbWhZAu

Do you have any idea how I can solve this issue?

Upvotes: 2

Views: 1858

Answers (1)

kikitux
kikitux

Reputation: 64

How are you trying to reconfigure?

My understanding is you should use

service oracle-xe configure

or

/etc/init.d/oracle-xe configure

Upvotes: 1

Related Questions