Displaying 20 results from an estimated 50000 matches similar to: "Execute sqlplus command in oracle 11g"
2011 Nov 28
1
how to create a oracle 11g database through puppet module
Hi
This is Anjan and I am creating a module to create a database for
oracle 11g. I have a problem to execute a cmd
ie sqlplus "/as sysdba"
@/home/oracle/cr_$dbn
Please tell how to exucute the above cmds through puppet module.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2007 Nov 08
1
Oracle Instant Client 11g on CentOS 5 (32-bit) workaround
I downloaded the RPMs from the Oracle web site (otn.oracle.com) and
successfully installed them on my C5 box, but the sqlplus client
software would not run properly. After a few iterations with sealert, I
finally got a handle on what was happening.
It turns out that most of the shared libraries Oracle installs need to
have their SElinux file context modified to allow relocation. Here's
2003 May 06
0
[Bug 469] Password field shows contents when running SQLPLUS in SSH shell
http://bugzilla.mindrot.org/show_bug.cgi?id=469
------- Additional Comments From robert.ozark at weblinkwireless.com 2003-05-07 04:54 -------
Sorry for the delay in getting back to you, but I just got back to working on
NT problems.
Problem: when I login to my NT4.0 server, using VanDyke's SecureCRT4.0 and
SSH2, I get the usual screen. All seems well. Now I connect to the Oracle
2009 Dec 01
3
best practises for avoiding to write passwords in shell scripts (example sqlplus from Oracle)
Hi folks
I have here a CentOS box where i need to setup cronjob (with session
to remote Oracle instance). On the remote DB i have no access, expect
limited user.
How to avoid putting passwords in shell scripts?
The solution doesn't need to be perfect, only better than plain text
passwords in scripts.
Mostly remote host only support password authentication (no
certificates and so on).
2012 Jan 04
2
asterisk -> AGI (perl) -> sqlplus (oracle)
Hi all,
I'm trying to run an AGI in PERL which uses the module DBD-Oracle.
Currently my AGI is working fine in my two servers but not in my other four
servers. When I tried execute an AGI (as a user asterisk) in command line
it works fine (even I also declare environmental variables in user profile
and in my AGI), but when I tried to call my AGI (perl) in dial plan, it
don't get
2006 Jun 12
3
AMD64 + Debain + rails + Oracle ?
Hi folks,
Does anyone know how to install the OCI8 ruby interface on Debian64
without having to install Oracle?
My understanding, from experience with Debian i386, is that you need
Oracle (specifically the SQLPlus) installed to be able to compile
OCI8. Since my new dev machine is AMD64 running Debian, I''m stuck.
My rails applications need to connect to a remote Oracle 10g, but
cannot
2011 Jan 05
1
What are the necessary Oracle software to install and run ROracle ?
Hello,
I am running Linux, I have downloaded
instantclient-basiclite-linux32-11.2.0.2.0.zip
instantclient-sqlplus-linux32-11.2.0.2.0.zip
instantclient-sdk-linux32-11.2.0.2.0.zip
instantclient-precomp-linux32-11.2.0.2.0.zip
All these tarballs are unzipped in /usr/local/lib/instantclient, I have
added this path in the library path of the host.
I can run sqlplus and proc, they do not complain
2008 Nov 15
1
Oracle start up script issue with RHEL3 Cluster
Hi all
I am running two node active/passive cluster on RHEL3U8-64 bit
operating system for my oracle 9i database.I am facing issue when
cluster fail over to node 2 my oracle start up script not starting up
even though i configured start up script in my cluster configuration
but if i type clustat on node 2 it shows service is started. If i
shift the service manually from node 2 to node 1 or even
2012 Mar 30
0
storeconfig and oracle Databases
Has anyone got a puppetmaster to populate a remote oracle server?
The only thing I have found is
http://www.djelibeybi.net/2010/08/using-oracle-database-for-puppet-stored-configuration/
I have installed the prerequisties, yet I when I run:
puppet master --no-daemonize --verbose --debug
I get no indication of any database activity and I get no tables
created in my database when a client asks
2012 Jan 31
0
Command to run the pp file on server to execute on client
Hi,
I have installed the Puppet and configured the Client / server set up.
I have noticed that when I place any code in site.pp on server
machine, that is executed in regular intervals of time and runs the
script on client.
Is there any command that takes the Client IP as parameter and
executes the modules specified on the client.
Thanks in advance,
Sateesh B.
--
You received this message
2014 Jun 06
0
puppetlabs-java: installing oracle-jdk on ubuntu trusty 14.04
Hi,
puppet 3.6.1 on a vanilla trusty ubuntu server, trying to install
oracle-jdk:
class { 'java':
distribution => 'oracle-jdk',
version => 'latest',
}
exits with the following error:
Error: Could not update: Execution of '/usr/bin/apt-get -q -y -o
DPkg::Options::=--force-confold install oracle-j2sdk1.7' returned 100:
Reading package
2007 Jun 20
1
Res: Record CDR in a Oracle database
Hi All,
Thank's for your hint Tim Panton
I could connect my asterisk machine to my oracle machine.
I used unixODBC-2.2.11.tar.gz,
oracle-instantclient-basic-10.2.0.3-1.i386.rpm,
oracle-instantclient-sqlplus-10.2.0.3-1.i386.rpm and the drive from
www.oracle.com (odbc-oracle-3.1.0-linux-x86-glibc.tar) to configure my
asterisk machine.
I can connect to my oracle machine with isql and in
2013 Sep 28
3
Puppet vs Oracle Enterprise Manager (cm pack)?
Hey;
I''m still very new to puppet having *just* finished the pro puppet book.
Going to have to go back to that a few times for re-reading, I suspect.
Any rate, I have a client who''s leaning very heavily towards OEM w/the
configuration management pack. Despite some fairly exhaustive google
sessions, I haven''t been able to find a direct comparison between these
2007 Aug 15
1
Problem Connecting to Oracle with R from Windows XP
Hello,
I installed RGui 2.5.1 and package DBI on Windows XP and tried to connect to Oracle database which is on a Linux server. When I tried to use dbDriver("Oracle"), I got an error as follows:
> drv <- dbDriver("Oracle")
Error in do.call(as.character(drvName), list(...)) :
could not find function "Oracle"
>
Could anyone tell me how
2002 Aug 02
1
R to Oracle via RODBC
Howdy,
I'm trying to use R to access Oracle 8i using the RODBC package On Linux
Red Hat 7.3.
Specs
R version 1.51
Driver: Easysoft ODBC - Oracle driver
Driver Manager: unixODBC
I get the following error when trying to executing RODBC commands. Can
anybody give me pointers as to what I'm missing or doing wrong
> library(RODBC)
> channel <- ("DSNName")
>
2009 Aug 04
0
RODBC package to connect to Oracle database Linux
R-help,
I get the following error message when trying to connect to an Oracle
database
through R (2.8.1) under Linux (Ubuntu 9.04).
> channel<-odbcConnect("magnus",uid="luisr",pwd="juanayzakarias")
Warning messages:
1: In odbcDriverConnect(st, ...) :
[RODBC] ERROR: state IM002, code 0, message
[unixODBC][DriverManager]Data source name not found, and no
2009 Feb 26
3
Oracle & OpenOffice
Hi all
Today I face a problem at wine 1.1.15
I am working at oracle SqlPlus and then i open OpenOffice at wine. Then I receive a problem
$wine scalc.exe
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
err:dbghelp:pe_load_dbg_file Couldn't find .DBG file "ole32.dbg" ("\xa4\xe93")
err:dbghelp:pe_load_dbg_file Couldn't find .DBG file
2003 Sep 24
1
64-bit Oracle interface
Hi,
I am running the 64bit version of R on a AIX RS6000 cluster on which is
also running the ' SQL*Plus: Release 9.2.0.2.0' in the
'ORACLE-environment Version 64 bit AIX 5.1'.
I have problems setting up an Oralce database connection.
I can instantiate a driver using drv <- Oracle(). But when I try to
connect to my database using dbConnect (dbConnect(drv,
2003 Aug 25
0
Oracle client on Wine
Has anybody gotten Oracle client programs to work on Wine? I'd like to study your environment to see how I could make mine work on wine.
I have sqlplus and tnsping working but any OCI or OO4O related programs for Oracle do not work currently.
-Crispin
2008 Feb 22
2
Connecting to Oracle from Rails 2.0.2
Long afternoon, but finally got it. Hope this spares you some pain:
Installation instructions mainly based on:
http://ruby.about.com/od/enterprise/ss/ruby_oracle.htm
Install Oracle Instant Client:
mkdir C:\oracle
cd c:\oracle
Get the following files from here:
http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/winsoft.html
and unzip them into the c:\oracle\
unzip