...What I meant was querying from remote database located in different machine. For example:
sqlplus xuser/xuser@DB_ONE
sqlplus>select count(*) from xuser.mytable@DB_TWO;
From local instance DB_ONE, I would like to query info from remote database DB_TWO without creating DBlink. I've read this...
Hi all,
How to connect to remote database without using DBlink? I've read somewhere over the internet that it's possible to do this. I forgot the website. It did say about truss/trusted connection.
Any input????
Rgds,
Suhaimi
Hi all,
I would like to read each record from a ORACLE database using SQL and output each of the records into different output files. How do I do this in C program???
Thanks in advance,
Suhaimi
...create... dbname.world ....using 'dbname'
create... dbname ....using 'dbname'
All did not seem to work without .world
select count(*) from userA.tableA@dbname.world; -- OK
select count(*) from userA.tableA@dbname; -- return error ORA-02019.
What could be wrong ??? Please...
Hi all,
I would like to redirect the output in crontab, if and only if there's a string and remove the output file if the output is nothing. How I do that?
Rgds,
Suhaimi
Hi all,
How could I force setenv while doing rsh? Whenever I do this,
hostA> rsh hostB "setenv ORACLE_SID TEMP;echo $ORACLE_SID"
PROD8
it'll return something else not "TEMP". Suppose:
hostA> rsh hostB "setenv ORACLE_SID TEMP;echo $ORACLE_SID"
TEMP
Please help...
Hi all,
I wonder if we could run local script against remote server through rsh.
example:
hostA>ls
myscript.csh
hostA> rsh hostB "myscript.csh"
Thanks,
Suhaimi
Hi all,
How do I capture "CPU states" of Unix TOP in to a file???
'top > myfile' will get all the details except "CPU states".
Any imput???
Rgds,
Suhaimi
I've tried to use snapshots b4. It seemed not updating after snapshot refresh. Could you give me the details how I could run the snapshot correctly ?
Rdgs,
Suhaimi
...Here are the details:
In 8.0.4 database server.
1. as sys, run dbmslmd.sql (copy from 8.1.7 server)
2. as userA,create table dummy as select * from mytab where rownum <=100; (resides in arc_105.log)
3. as sys, switch log file
4. as sys, execute...
Hi,
For your info, the clone database acts as a historical db.
We don't want people (mainly report users) to tap into our prod db. We have experienced the worst performance on our prod db server whenever we let them use it. That's the reason we need this historical db badly. We have limited...
Hi all,
I wish to clone a database and keep it synch with primary.
I've tried to use EXP/IMP incremental. The problem is whenever there is a change in a table, it'll export the whole table instead of the changed bit. As a result, I've to import the whole table again so that it'll synch with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.