Tagged Questions
0
votes
1answer
57 views
Abstracting Batch Process SFTP Multiple Destination & Automatic Retries
I do a lot of batch processing work using an in house Java framework. One of the activities that is particularly troublesome for us is SFTP where we run into two problems:
Sending files to multiple ...
1
vote
1answer
172 views
How to exclude shared library from instrumentalization with purify?
Instrumentalizing C Code that is linked against Oracle's libclntsh leads to crashes when running the resulting program. The program is terminated with a 'Illegal Instruction' signal.
The bug is ...
1
vote
1answer
269 views
How to connect to Oracle DB in Solaris OS using JDBC?
I'm trying to write a java code to connect to an Oracle9i Enterprise Edition Release 9.2.0.4.0. My machine is windows XP. The Oracle DB OS is Solaris 8. What I've done currently are:
...
1
vote
2answers
500 views
Error When Trying to Install DBD::Oracle with CPANM
Okay, so I was trying to install a combination of the CGI module, DBI module, and DBD::Oracle driver using CPANM on a 64bit Solaris 11 machine with an Oracle11g database.
I installed that latest ...
1
vote
3answers
2k views
Installing CGI, DBI and DBD::Oracle with Solaris 11 64-bit
I tried to install CGI, DBI and DBD::Oracle and drivers in a 64-bit Solaris environment, but to little avail. The number of errors I have encountered is mind-boggling and the number of workaround ...
0
votes
1answer
632 views
How to configure internet access in Oracle Solaris 10 installed in a virtual box
I have installed solaris 10 in virtual box 4.1.2. The installation was successful but it is not accessing internet.I have tried to create a bridged network which is a similar thing I did to Debian ...
2
votes
1answer
175 views
Set param from sql command in spite oracle is down
I have Solaris machine with oracle Release 10.2.0.4.0
I have problem - I cant startup oracle
when I try to start oracle by the command:
hagrp -online oracle1 -sys machine1a
I get:
...
3
votes
2answers
706 views
Erlang and its consumption of Heap Memory
I have been running a highly concurrent application on my HP Proliant Servers. The application is a file system indexer i coded in erlang. It spawns a process per Folder it finds on the file system ...
1
vote
2answers
87 views
For some reason when I link against Oracle GSS starts behaving differently (Solaris)
My test program works fine. I can create a client and a server and run them against each other. I can set my KRB5_CONFIG environment variable and use a local configuration for testing.
For some ...
0
votes
3answers
181 views
Terminate a long running process
Hi I am using C on Solaris. I have a process which connects to a database. I need to determine if the same process is running the same query for a long time (say 15 seconds) then I need to disconnect ...
0
votes
2answers
2k views
Oracle DB on solaris utilizing swap memory when free RAM available
We have a weird instance where we noticed our oracle database server swap utilization was 100% and surprised to see that the system had free memory available during that period. To my knowledge, swap ...
10
votes
5answers
11k views
Installing GCC on Oracle Solaris 11
i recently got Oracle Solaris on my VM to test some code on it, i was unable to install gcc since i dont really know how, i googled alot but all info is about oracle compilers, i needed GCC, any idea ...
1
vote
1answer
1k views
gcc, 64 bit, oracle, solaris
info@s490up # gcc -std=gnu99 -o bla -g -O2 -DSunOS=1 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES= -I/usr/include/libxml2 -I/u/app/oracle/product/11.2/rdbms/demo -I/u/app/oracle/product/11.2/rdbms/public ...
0
votes
2answers
493 views
Migrating and upgrading Oracle form Solaris to Linux, including stored procedures
We are planning a migration of an Oracle installation from Solaris to Linux. At the same time we will upgrade to latest version of Oracle. There are a few hundred stored procedures that should be ...
0
votes
2answers
785 views
OCIError on 'require'; permissions issue?
I've just recently started learning/using Ruby at work. I've got a super-simple test script that just connects to our Oracle 10g database, runs a select, and 'puts' the results to the screen. This ...
0
votes
2answers
942 views
Oracle JDBC connection exception in Solaris but not Windows?
I have some Java code that connects to an Oracle database using DriverManager.getConnection(). It works just fine on my Windows XP machine. However, when running the same code on a Solaris machine, ...
1
vote
2answers
854 views
No username when Oracle Forms calls Solaris shell script
Our application has a couple of shell scripts that are called from web-based Oracle Forms 10g, running on multiple Solaris 10 servers. We've discovered recently that the shell scripts are not running ...
0
votes
1answer
637 views
Execute Oracle RAC cluster commands via Solaris RBAC?
Executing Oracle RAC cluster management commands such as $ORA_CRS_HOME/bin/crs_start requires root permissions.
Using Solaris RBAC (Role-Based Access Control), one can give a non-root user ...