TSM Version 5, Release 1, Level 8.1 & Oracle 9.2.04-- I am doing a Oracle RMAN backup to TSM using the Oracle TDP agent. I have RMAN set to autobackup the control file. I receive the following message in the TSM Activity Log:
05/13/04 15:19:48 ANE4994S (Session: 7871, Node...
Need more info How are Table A and B related? Is colA indexed in both tables? If it is indexed try coorelated subquery:
SELECT colA FROM tableA Z WHERE NOT exists (SELECT colA FROM tableB X where X.colA = Z.colA)
Any other indexed filtering criteria you can add will help.
SQL reference is what you should be using. Here is an example of what you ask. There are many variations of these commands.
CREATE DATABASE DB00027T
STOGROUP SG00000T
CREATE TABLE TEST.RESTORE
(...
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.