I'm trying to enable Oracle-Managed Files on Oracle Express for Windows XP.
From everything I've read, I need to set db_create_file_dest to an existing directory in the file system.
I've tried setting db_create_file_dest=C:\somedir in init.ora.
Hi
Can some one please look this over for errors?
I have file having following contents:
Code:
TEST:/opt/oracle/product/112033/db:N
NAME1:/opt/oracle/product/112033/db:N
NAME:/opt/oracle/product/112033/db:N
three fields separated by ":"
I am going line by line and cutting the first filed.
If the last character of the first filed is non numeric (example: NAME)
then I am comparing them as follows:
Code:
x='NAME'
if [[ `cat
ello,
Could you give me some advices on the systemd service and the script it starts which in turn run oracle.
I hv no idea why the systemd service will ruin the oracle listener. whenever I start the listener this way, it shows "support no service."
if i run the 'lsnrctl start' and 'dbstart' manually, it has no problem.
Adopting Linux as a platform has helped change Oracle over the past 15 years from a fragmented, decentralized behemoth to a sleek, consolidated service provider, said Senior VP and CIO Mark Sunday in Oracle’s LinuxCon keynote presentation Friday morning.
In exchange, Oracle also played a large role in shaping Linux, especially in the server space, said Wim Coekaerts, Oracle’s Senior Vice President
We have two nodes in a cluster in a load balancer running third party WebSphere application.
We have noticied that ./sqlldr location is different for both the nodes.
For one node , its:
/usr/app/oracle/product/11.2.0/client
For another, , it is:
/usr/app/oracle/product/11.2.0/client_1
I believe this is causing the problem in our WebSphere application whose configuration file has one path for se
Oracle Group VP of Product Marketing Bob Shimp told roughly 100 industry analysts today that Oracle is determined to simplify the IT experience for customers, while unleashing the power of extreme innovation.
Call it a case of Back to the Future in the IT channel. Oracle claims to be rallying partners around the classic (but upgraded and overhauled) hardware-software combination of SPARC/Solaris. Indeed, Oracle says nearly 500 partners have sold SPARC T4 servers running Oracle Solaris 11.
I have to update TNS entries in a Linux server. I am trying to search tnsname.ora file but unable to.
"locate tnsname.ora" is not giving me any result."find $ORACLE_HOME -name tnsnames.ora" is also not giving any result.