How to view the old data in a column if that column is dropped or rename

Using workspace manager I am not able to track the old data of a column which is dropped.
I have tried by using import and export features that Workspace manager have.. But import is not working properly in this case. And savepoint option is work with DML operation not with DDL.So, I want help in this matter
Thanks In Advance

No way even in 10g. You should build another DB and import your exported data.
then you can get data from this new DB.
SQL>create table t5 as select object_id,object_name,created from all_objects where rownum<20;
Table created.
SQL>select  current_scn from v$database;
CURRENT_SCN
7724122625
SQL>desc t5
Name                                      Null?    Type
OBJECT_ID                                          NUMBER
OBJECT_NAME                                        VARCHAR2(30)
CREATED                                            DATE
SQL>alter table t5 rename column OBJECT_ID to oid;
Table altered.
SQL>desc t5
Name                                      Null?    Type
OID                                                NUMBER
OBJECT_NAME                                        VARCHAR2(30)
CREATED                                            DATE
SQL>alter table t5 drop column created;
Table altered.
SQL>desc t5
Name                                      Null?    Type
OID                                                NUMBER
OBJECT_NAME                                        VARCHAR2(30)
SQL>select * from t5 as of scn 7724122625;
select * from t5 as of scn 7724122625
ERROR at line 1:
ORA-01466: unable to read data - table definition has changed

Similar Messages

  • How to View the Loaded Data

    Hi,
    I have loaded the data into an ODS from an External Flat file and executed the job. Can anyone guide me how to view the loaded data in the ODS ?
    Thanks

    Hi Madhu,
    You can simply Goto Transaction LISTCUBE and give the ODS name -> Execute.
    Regards
    Hemant

  • How to view the returned data from a stored procedure in TOAD?

    Hi,
    I created ref cursor in the stored procedure to return data. The stored procedure works fine, just want to view the result in TOAD. The BEGIN... EXEC... END can execute the stored procedure, but how to make the result display?
    Thanks!

    Right click the editor and choose
    "Prompt For Substitution Variables".
    Run for example the following code:
    DECLARE
    PROCEDURE p (cur OUT sys_refcursor)
    AS
    BEGIN
    OPEN cur FOR
    SELECT *
    FROM DUAL;
    END p;
    BEGIN
    p (:cur);
    END;
    The result will display in Toad's Data Grid!
    Regards Michael

  • How to view the detailed data from the Planing cube.

    Hi friends , we are having one planning cube which end use will enter the data in to this cube using query input layout.
    End user want to view the data which he has loaded in to the realtime cube to cross verify.
    I try to build this through the query designer on real time cube but iam getting aggrigated values. i need the detailed log , how to achieve this . There is no DSO to develop the query. do i need to use the planning moduler for this or any other alternative.
    Could any one has the solution for this.
    Regards,
    Sruthi.

    Hi , i put all the characteristics in the drill down bu iam not getting the detailed log, as you know iam getting the aggrigated summ of the values are displaying.
    For Ex user will enter the below mentioned values in to Real time cube
    Fiscal Period   Customer Values Currency
    006.2008            20000      $6          USD
    006.2008            20001       $6          USD
    006.2008            20010       $6          USD
    above values are in the cube but when u try to display those valus using the query designed you will get sum of $18 , my requirement is to display table as it shown above.
    Pls help me on this.
    Sruthi.

  • How to view the returned data from a stored procedure?

    Hi,
    I created ref cursor in the stored procedure to return data. But how can I view the data when I execute it? The stored procedure works fine, just want to view the result.
    Thanks!

    SQL>set serveroutput on size 100000;
    SQL>set autoprint on
    SQL>variable cv refcursor;
    SQL>exec proc_name(param1,:cv);

  • How to recover the old data

    Hi all, i got a new iPhone, i had tried to restore data from the old iPhone to the new one. Unfortunately, before restoring the data i forgot to copy some importance documents and pictures from the new one. so after restoring, those documents are lost, anyone know how to recover those data? thank you very much

    If those documents are not contained in any backup, then you cannot recover them.

  • How to view the expiring date of cer

    Hi,
    I am getting me familiar with keytool, when I used keytool -list, it doesn't show the valid date of the cer. How can I know if the certificate is valid or not? Thanks

    Try keytool -list -v, instead of keytool -list -rfc.
    Grant

  • How can i manage old data on my file server that as not been used for over 2 years?

    I have 4 file servers and more then 50% of the data is older then 2 years
    I would like to move that data to another san, slower but i would like the user to have access by shortcut on there share
    Would make it faster to backup because the drive would be 50% less big and would not affect users because they would see the same thing in there share it would just be a little lomnger to open file upon need.
    Thanks
    I have an environement 2008r2 but can transfert everything to a 2012 r2 if needed
    Thanks

    robocopy is the tool I recommend to use for that. See that: https://social.technet.microsoft.com/Forums/windowsserver/en-US/51e5f602-b7f2-4d06-adda-1372c30f6250/help-for-script-to-move-old-files?forum=winserverpowershell
    You can also add the shortcuts using a script: http://superuser.com/questions/455364/how-to-create-a-shortcut-using-a-batch-script
    More if you ask them in the Scripting forum: https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=ITCG&filter=alltypes&sort=lastpostdesc
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • How to view the Billing data,direct postings from FI and Over head costs

    Dear All,
    I have created a PA report by Report Painter and when I execute the report by KE30,I could able see the report for billing data by selecting the 'F' and when I want to see the direct postings from FI,I have to come back to initial screen ,then select 'B' and similarly select 'D' for overhead costs.
    Can I see all data (i.e billing,postings from FI & overhead costs ) in a single report,without selecting the Record Type.
    Regards
    Su

    Hi,
    In KE35 (Form),I have defined the columns (for actuals and plan) and rows (for value fields only) and in KE32 (Report),I have defined the characteristics and variables and when I defining the VARIABLES ,I have selected 'Record Type' as one of the variable.
    As you said that I have tried to remove the Record Type as a variable,but i could not remove it .  Please suggest me as how to remove it and take it as a Characteristic.
    Regards
    Subbu

  • How to delete the old data

    I have a search page (jsp),...wn i open the page again, the older searcg result stays in the page. how to open an empty page each time?..(without the older search results).. im calling the search page thro' action.

    pradeepa5 wrote:
    wn .. searcg .. thro' Please write human readable English sentences. Please don't write like a fool.
    Regarding to your problem: just store the search results in the request scope instead of the session scope.

  • When and how to update the "saved data" in report ?

    Hi,
    The BO version is "BusinessObjects Enterprise 12.0"
    The case is that, some reports are uploaded withe saved data. while viewing the reports, the reports return the old data.
    How to view the update data while click the "View" in CMC/InfoView ?
    I have tried to schedule it , then can see the update data in "View the latest instance".
    Is there any approach to refresh/update the saved data in the report ?
    Thanks and regards,
    Forest
    Edited by: Forest lin on Dec 5, 2008 12:12 PM

    Hello Forest lin,
    I recommend to post this query to the [BusinessObjects Enterprise Administration|BI Platform; forum.
    This forum is dedicated to topics related to administration and configuration of BusinessObjects Enterprise, BusinessObjects Edge, and Crystal Reports Server.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all BOE Administration queries remain in one place and thus can be easily searched in one place.
    Best regards,
    Falk

  • How to view the change immediately after a java file is modified without restarting server or redeploy?

              Hi All,
              How to view the change immediately after a java file that is used in jsp is modified
              without restarting server or redeploy?
              Moreover, it is better to keep the original session.
              Any suggestion is appreciated.
              Kammau
              

              Hi,
              In order to have a new version of a java class, the current classloader must be
              deleted and a new one created. This is what redeployment does. I believe that
              this is more of an issue with Sun's implementation of classloaders. You could
              ask BEA support (719.232.7878) and see if they have any plans to periodically
              check jar files to see if java class file timestamps and destroy and re-create
              classloaders on the fly.
              1) You will still have to accept the performance hit of destroying classloaders
              and creating new ones. There isn't any way around that.
              2) I would think you would want to have more explicit control in production and
              integration anyway.
              You can redeploy applications from the command line (script) file not just the
              console.
              Hope this helps,
              pat
              "Kammau" <[email protected]> wrote:
              >
              >Hi All,
              >How to view the change immediately after a java file that is used in
              >jsp is modified
              >without restarting server or redeploy?
              >Moreover, it is better to keep the original session.
              >Any suggestion is appreciated.
              >
              >Kammau
              

  • TS1474 I synced my iphone to an older computer, and the iphone data was replaced by the old data from the computer. How do I get my newer data back?

    I synced my iphone with an older computer to update the computer, but the iphone ended up with all the old data (phone numbers, etc).  How do I get the newer data back?

    Connect to iTunes on the computer you usually Sync with and Restore...
    http://support.apple.com/kb/HT1414

  • My 2 TB Time Capsule's memory is full because it will not automatically delete old files as it is supposed to, so it is giving me zero backup of my two computers now.  How can this be fixed so my Time Capsule deletes the old data and saves the new?

    My 2 TB Time Capsule’s memory is full because it will notautomatically delete old files as it is supposed to, so it is giving me zerobackup of my two computers now. How can this be fixed so my Time Capsule deletes the old data and savesthe new?
    Neither my local computer consultant nor I have been ableto change any of the settings in Time Machine to correct this problem.  Working with the choices in the TimeMachine, there does not appear that there is any way to change the frequency ofthe backups either, so, after a year has elapsed, the time capsule is full, andmy only choice appears to be to erase all the current data on the Time Capsuleand start over, something that I do not want to at all let alone repeat on anannual basis.  My questions are:
    What can be done to have my Time Capsule delete old filesas it is supposed to do, so it has memory available to allow my computers toback up? 
    Is this a software problem that can be fixed online or isdoes this require a mechanical fix of defective hardware?

    How much data is being backed-up from each Mac?  (see what's shown for Estimated size of full backup under the exclusions box in Time Machine Prefs > Options).
    Is there any other data on your Time Capsule, besides the backups?
    Most likely, there just isn't room.  Time Machine may be trying to do a very large (or full) backup of one or both Macs, and can't.  Since it won't ever delete the most recent backup, there has to be enough room for one full backup plus whatever it's trying to back up now, plus 20% (for workspace).
    Also see #C4 in Time Machine - Troubleshooting for more details.

  • How to view the date when the Customers credit limit updated in SAP-FSCM?

    How to view the date when the Customers credit limit updated in SAP-FSCM?

    OK you can look at field - LIMIT_CHG_DATE in the table - UKMBP_CMS_SGM via SE16
    I would assume you would want to run it based on a date range.

Maybe you are looking for

  • Connecting my Macbook to an LG t.v

    I'm interested in connecting my computer to my L.G tv... The TV model is LH 20 and I have a black macbook with mac os x 10.6.2. I have done a quick internet search on which cords I should buy to do this and I have come across a few articles saying th

  • Discoverer 4i Plus returns no data when using views with db link references

    I am using Discoverer 41 Plus to view reports online. When I create a worksheet based on a view, that only references local tables, everything is OK and Disco plus shows the output OK. When I create a worksheet based on a view, that references a Data

  • No internet for WRT54G ver. 5

    lately, I've had to connect straight to my computer from my modem and my family hasn't gotten any internet from me. Things I have tried, unplugging, and plugging in router AND modem. I've tried restarting my computer aswell. Yesterday I got a xbox360

  • What is "InputManager" and why has"Receipts" folder changed?

    1st Topic: Current MacWorld article (May , pg 16-17) tells about the Leap-A trojan horse. However, it refers to a user Library folder named "InputManager" ... no such on my system...I wonder why not? I never use iChat. Is the Virus connected only to

  • Recursive node and Non Recursive node

    Hi, What is the difference between Recursive node and Non Recursive node ? Thanks, Teja