on ‎2009 Aug 25 6:18 AM
Hello experts,
we are running oracle Database reorganization with Brtools, we are on oracle 10.2 and brtools 7.1 patch 12, during Database reorganization we are getting issue errors as below, can some one help me please
BR1110W Table SAPP00.MC11VA0HDRSETUP has a LONG (RAW) column
BR1111I Reorganization of table SAPP00.MC11VA0HDRSETUP will be skipped
We have tried the re-org using offline mode, still we get back the same error...
Request clarification before answering.
First of all, thanks for all the useful advise!
Does that mean for me to re-org the table using offline mode, i have to perform the import/export steps first?
If yes for above, why is the method 're-org in offline mode' not working if the import/export steps is not perform?
Appreciate the replies, thanks again!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mostly two methods are being used for reorganization
One is Online reorganization.
A) Brtools->Segment Management->Reorganize Tables ( other options are self explanatory)
Other is Exp/IMPOrt
B)
Steps 1) Brtools->Segment Management->export tables ( it will crate a dump file expdat.dmp)
Steps 2) from oracle level you have to truncate the table ..Command " truncate table <tablename>;"
Then run "select count(*) from SAP_CHEMA.TABLENAME; " It should show zero entries
Steps 3) Brtools>Segment Management->Import Table ( it will ask for the dump file path)
Please read my previous post and the notes I meantioned there before starting.
Best Regards
Anindya
Hi,
Does that mean for me to re-org the table using offline mode, i have to perform the import/export steps first? ->Yes,Do the reorganization using offline method.For doing the reorganization,export the tables and import the tables accordingly.
If yes for above, why is the method 're-org in offline mode' not working if the import/export steps is not perform?->Reorg in offline method means export/import method.
Thanks and Regards,
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.