oracle

How do I call Oracle or MySQL sql statements in UNIX / Linux shell scripts?

{ 7 comments }

I‘m using RHEL and whenever I type the command lsnrctl; I get the following error:

lsnrctl: error while loading shared libraries: /u01/app/oracle/product/11.2.0/dbhome_1/lib/libclntsh.so.11.1:
cannot restore segment prot after reloc: Permission denied

How do I fix this problem?

{ 0 comments }

How do I remove Oracle Express edition under Ubuntu Linux?

{ 10 comments }

Q. How do I install Oracle Database XE Server on my Ubuntu Linux desktop system? A. An Oracle database consists of a collection of data managed by an Oracle database management system. You can download Oracle Database XE server for Debian, Mandriva, Novell, Red Hat and Ubuntu Linux distributions. First you need to get databases [...]

{ 39 comments }

How do I start Oracle service in UNIX?

by nixcraft on July 29, 2006 · 9 comments

Q. I am using Solaris UNIX. How can I start Oracle service / server in UNIX from a shell prompt? A. In order to start Oracle service in UNIX you need to login as a Oracle user. Use su – command to login as oracle user. Start Oracle server in UNIX Type the following command, [...]

{ 9 comments }

How do I increase the maximum number of open files under CentOS Linux? How do I open more file descriptors under Linux?

{ 37 comments }

Linux Start Oracle As a Service

by Vivek Gite on March 8, 2006 · 8 comments

How do I start the Oracle database server as a service under Linux operating systems?

{ 8 comments }