Skip to content
Advertisement

Tag: oracle

Check the parameter already in server

How to check the already set parameters in Linux/Oracle. For example, as soon as I login to Linux if I type cd $AU_TOP, it directly goes to the path set in AU_TOP. Now I want to see like AU_TOP what are the other parameters is there. Answer If typing cd $AU_TOP take you to some directory – Means you have

Java1.5 ExitOnOutOfMemory?

I am having a problem making my java instance recognize command line CrashOnOutOfMemoryError or ExitOnOutOfMemoryError any ideas to get the supported command line that will do the required feature Regards, Answer Unless you’re using Java 1.8 (specifically, 1.8u92 or newer), these command-line options are unavailable to you. The only realistic thing one could do would be to catch either an

Accessing Oracle Wallet using Oracle sqlplus Instant client

I’ve configured Oracle wallet successfully in my Linux server(Linux 2.6.32-642.4.2.el6.x86_64 GNU/Linux). When I try to execute the below command using Database connection string, it works perfect. $/sqlplus /@TESTDB SQL*Plus: Release 11.2.0.3.0 Production on Tue Oct 18 07:12:49 2016 Copyright (c) 1982, 2011, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 – 64bit Production With the

Generating Total Time in Milliseconds in SQL Developer

I need to replicate the linux command “date +%s%3N” in SQL Developer. I have tried the below code sample but it returns with a different value. I have also done extensive searching Google with no luck. The date +%s%3N command returns something like: 1475615656692870653 Whereas the above code sample returns something like: 1475594089419116 The date command returns a longer and

ssh -X oracle is not working properly

I run the following command to switch to oracle user on linux. This is suppose to set environmental variable DISPLAY. I ran xclock command but it throws the following error How should i set environmental variable DISPLAY correctly to run GUI application? Answer You may have logged in as Oracle with -l option, if that is the case your DISPLAY

Multiple Oracle versions using Perl

Have one system monitoring two Oracle Databases with different versions 12.1 and 10.1 Oracle client, sdk, sqlplus installed for each and I can query either 12.1 db or 10.1 by setting theses after setting appropriate values for But Perl does not seem to pick up the the different versions. I get: CRITICAL – cannot connect to 10.16.183.98:1521/CV. ORA-03134: Connections to

Advertisement