Enable Versioning issues ...

Hi all,
I have a table, lets call it tab1. One of the column of tab1 table is XMLTYPE.. When i tried to version enable it, i received an error that indicated some problem with indexes/constraint. I checked list of tables and it seemed some of the supported tables were created by failed call to enableversioning e.g i could see tab1_LT. I also got errors when i tried to execute disableversioning. I then manually deleted some of the objects created by oracle to support versioning for tabl1 (including tab1_lt) table, dropped tab1, re-created it and again then tried to re-enable versioning but now i getting different error. Given below is the error msg:
SQL> exec dbms_wm.enableversioning('tab1');
BEGIN dbms_wm.enableversioning('tab1'); END;
ERROR at line 1:
ORA-20228: this operation is not allowed for table 'mydb.tab1'with version state 'DV'
ORA-06512: at "SYS.LTDDL", line 441
ORA-06512: at "SYS.LTDDL", line 1177
ORA-06512: at "SYS.LTDDL", line 1163
ORA-06512: at "SYS.LT", line 8033
ORA-06512: at line 1
I will appreciate if somebody could help me with this ..
- n

Hi,
Running disableversioning twice with last_error_msg=true solved the problem. Now i can enable versioning without any problem. But disable versioning succeed on second attempt. After first attempt, i get following error msg:
SQL> exec dbms_wm.disableversioning('tab1',ignore_last_error=>true);
BEGIN dbms_wm.disableversioning('tab1',ignore_last_error=>true); END;
ERROR at line 1:
ORA-20231: table 'tab1' failed during DisableVersioning. Error:
ORA-01403: no data found
ORA-01403: no data found
ORA-06512: at "SYS.LTDDL", line 831
ORA-06512: at "SYS.LTDDL", line 1663
ORA-06512: at "SYS.LTDDL", line 1648
ORA-06512: at "SYS.LT", line 8116
ORA-06512: at line 1
Given below are the formatted contents of all_wm_vt_erros table:
STATE
Declare
SQL_STR
     counter integer;
     func_num integer;
     sql_string varchar2(16000);
     Begin
     sql_string := 'select ref_count
          from WMSYS.WM$ADT_FUNC_TABLE
          where type_name = ''XMLTYPE''
          for update';
     sys.ltadm.ExecSQLIntoInt(sql_string, counter);
     if (counter = 0) then
          sql_string := 'select func_name
               from WMSYS.WM$ADT_FUNC_TABLE
               where type_name = ''XMLTYPE''';
     sys.ltadm.ExecSQLIntoInt(sql_string, func_num);
     sql_string := 'delete from WMSYS.WM$ADT_FUNC_TABLE
          where type_name = ''XMLTYPE''';
     execute immediate sql_string;
     sql_string := 'drop function OVMADT' || func_num;
     execute immediate sql_string;
     end if;
END;     
STATUS
DV STEP EXECUTED WITH ERRORS     
ERROR_MSG
ORA-01403: no data found
ORA-01403: no data found
One of the column type is XMLTYPE which allows null . may be above error is raised because one of row has null value for that column? I think it is safe to ignore above msg...
thanks
- n

Similar Messages

  • Safari locks up on stock streamer due to Java Version issue

    I bought a MacBook for personal use when I travel. My company expressly forbids any personal use of their laptop.
    When I use Safari with my wireless network at home it works fine. In this hotel I cannot access the stock streamer on TD Ameritrade when working over a wireless connection. TD Ameritrade "help" indicates a Java Version problem. I upgraded to the latest version of Java. TD still indicates a Java Version issue. This really does not make sense since the streamer works fine at home. I used my business laptop (XP with Internet Explorer) just to check the streamer and it works fine at the hotel.
    I checked the Safari Plug-ins. The Java Plug-ins listed say;
    Java Plug-in for Cocoa
    Java Switchable Plug-in (Cocoa) - from file "JavaPluginCocoa.bundle".
    Java Plug-in
    Java 1.3.1 Plug-in - from file "Java Applet.plugin".
    Java Plug-in (CFM)
    Java 1.3.1 Plug-in (CFM) - from file "Java Applet Plugin Enabler".
    I tried to download and reinstall Java 1.4.2. The system indicated there was already a newer version of Java 1.4 installed and terminated the install.
    Any suggestions will be tried.
    I am hoping that after all my years on PCs I will not regret trying to switch to Apple.
    MacBook   Mac OS X (10.4.7)   Java Version 5 not indicated in plug-in wndow

    Welcome to Apple Discussions and Mac Computing
    Do you have J2SE 5.0 installed in your Utilities>Java folder? Given your machine is new it ought to be there. If not, go to Software Update in your System Preferences and install it.
    If it is installed: inside the J2SE5.0 folder is Java Preferences.app and Java Cache Viewer. Double click the Pref. app. Upon opening, the ensuing panel indicates the "priority" for Java - mine says J2SE 5.0, then J2SE 1.4.2. If it isn't in that order, reverse the order by dragging one of them to the proper place. Select "save".
    Next, clear the 1.4.2 cache file by opening Java 1.4.2 Plugin Settings.app, selecting cache, then "clear". Quit the app. and restart your computer/Safari.
    Post back.
    iMac G5 Rev C 20" 2.5gb RAM 250 gb HD/iBook G4 1.33 ghz 1.5gb RAM 40 gb HD   Mac OS X (10.4.8)   LaCie 160gb d2 HD Canon i960 printer

  • Enabling version cue in Illustrator CS4?

    I've just installed CS4 Design premium and I haven't been able to find where to enable version cue. I thought it was in File Handling and Clipboard (where it was in previous versions), but there's nothing there.
    Your assistance would be appreciated. Thank you.

    The setting I think you're referring to in Illustrator no longer exists, Ihor. In CS4, the applications are always "Version Cue aware" -- and as Nini pointed out, you turn on and off the server itself in System Preferences.
    :) Mordy

  • Qmaster not using all computers in cluster, is it a version issue?

    hi i'm new to cluster compressing. I just set up a cluster and a compressor batch. the batch is running fine, however it's only using two of the three computers in the cluster. I rechecked the qmaster settings on the offedning computer and they are correct. It shows up on the qadminstrator of the controlling computer as well, but always remains idle. the computer that it's not using is an older version of compressor (and presumably qmaster). is it a version issue I'm experiencing? I'd love to get this 3rd computer working on the cluster as is has the fastest processor of the bunch.

    Hi Gordon,
    Thanks for your response. Actually I have already asked my work buddies not to use manager for a while so I can address the problem.
    BTW, I also want to know if there is a way to monitor that kind of session in SAP. I will post it in another thread.
    Thanks,
    Lan

  • Error while enabling version

    Hi All,
    While enabling version we are facing error mentioned below:-
    BEGIN DBMS_WM.ENABLEVERSIONING(table_name => 'oem', hist => 'VIEW_WO_OVERWRITE'); END; Error at line 1
    ORA-20229: statement 'DECLARE
    schema varchar2(30) := 'CDR_RND' ;
    tab_name varchar2' failed during EnableVersioning. Error:
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at "WMSYS.LT", line 9177
    ORA-06512: at line 1
    In think the error started appearing when we have reference of one table in more than 19 tables.
    Thanks
    Neeraj
    Edited by: neeraj_singh on Nov 5, 2009 5:01 AM

    Hi Neeraj,
    It is hard to tell exactly what might be causing the problem from the description that you gave. If you are not on the latest version of Workspace Manager, I would recommend upgrading as a couple of errors with similar error messages have been fixed in the past.
    Otherwise, I would suggest to get a trace of failing session to see if you can determine exactly where it is failing. If not, I would suggest to file a SR.
    Regards,
    Ben

  • Adobe Version Issue

    Hi,
    I am trying to use the following blog so that I can send a mail.
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417400)ID1415835150DB20085339665800400921End?blog=/pub/wlg/6676
    I believe there is some restriction on ADOBE VERSION. I am not able to ascertain it.
    PLease let me know is there any problem with Adobe Reader version. I am currently using Reader 8.1.5.
    Regards,
    Aditya Deshpande

    Hi Otto,
    I have implemented the same code.
    When i use ADobe Acorobat 9 pro, it works there.
    When I use adobe reader 8.0 or reader 8.13 or 8.1.5.
    It does not work.
    I have SAP FORMS as my plug ins i.e ACF.
    Hence it should be reader version issue.
    Since acrobat is costlier version I wanted to be sure whether or not it can used any version below.
    Regards,
    Aditya Deshpande
    Edited by: Aditya Deshpande on Dec 9, 2009 9:59 AM

  • CC version issue

    We are having a serious version issue with CC. There are 6 people on my team. One person signed up for CC a couple of weeks after the rest of us, and his version is 17, while ours is 16.0.4. We cannot open his files without them being corrupted. I just downloaded the latest CC updates this morning, and that didn't resolve the issue. My version still shows 16.0.4.
    He is having to downsave all his files for us to open. Thoughts?
    Thanks in advance for any advice.

    Catmarsh which Adobe software title in specific are you referring too?  Also which operating system are you using?

  • Version issues/compatability

    Hello, we have 2 guys using version 11.5 CR Developer, we have been using for years and not had any issues. We have 2 other guys now on the latest version of SAP CR Developer version 14.0.4.738.
    Problem
    When we run the reports using the newer version it returns lower figures that the older version which are correct, I have tried changing this and that including saved data and 2 separate reports for each version with the exact same setup but still the newer version are much lower than the other versions. It simply does not make sense unless the newer version is reading differently to the other version. One other thing is when I read using any viewer I get the correct data returned, so this is the SAP 14.0.4 version issue.
    Can anyone advise on this one?
    Thanks
    S

    Hi Steve,
    This could an issue with the DB Client you are using, lots of changes to both CR and the DB clients between then and now.
    What database are you using and how are you connecting and which DB Clients are you using?
    The syntax of the SQL, case sensitivity, Null value handling are 2 I think of off the top...
    Don

  • Versioning issue in Oracle 10g DB

    Hi there,
    I have a specific issue with my DB. I will try to explain in short terms.
    I exported a DB from my client with full exp, and imported it on my PC in a blank DB instance. Both database and workspace manager have the same version as my client, 10.2.0.1.0. and I have all tables that are version enabled in select * from all_wm_versioned_tables. The versioning works that I have V_C view, V_C_BASE view and V_C_LT and _AUX tables with proper columns for versioning. V_C view get's data from V_C_BASE view, where triggers are created (for insert,uptade and delete), and V_C_BASE view get's data from LT table.
    The problem is, when I try to do update on V_C view, I get:
    Error report:
    SQL Error: ORA-01403: no data found
    ORA-06512: at "SYS.LT_CTX_PKG", line 613
    ORA-06512: at "OVM_UPDATE_254", line 1
    ORA-04088: error during execution of trigger 'OVM_UPDATE_254'
    01403. 00000 -  "no data found"
    *Cause:   
    *Action:
    Similar thing happens when I try to insert something in V_C. But, if I disable mentioned trigger, I can do update, but of course, versioning doesn't work then.
    Pls, do anyone have any idea what am I doing wrong here? I've searched for this error messages, and still can't resolve this. Is the problem maybe with indexes or something else? Maybe I have to do export and import differently to get this working exactly it does on my clients server, or something similar?
    I also have backup files from them, maybe to do a DB restore with them...any ideas are more then appreciated.
    Thanks
    Have a great day,
    Mustafa

    Hi,
    Why you are export/import the workspace manager(WMSYS user). you only need to import the user created/related schema.
    if you are using datapump then you use the EXCLUDE parameter to exclude system related schemas and in Normal import you can use the fromuser/touser clause to avoid the issue.
    however you can create the  workspace manager user with the inbuilt script
    $ORACLE_HOME/rdbms/admin/owmctab.plb
    HTH

  • Check In Versioning Issues

    Hi,
    We have document libraries with versioning enabled to allow major and minor (draft) versions. We have a workflow (slightly modified version of the default approval workflow) which triggers when a major version is published.
    On some PCs (all running Windows 7/Office 2013) when we select to check in a document at a major version, it ignores the selection & checks in at a minor version instead.
    I should point out that this behavior is experienced with the built-in approval workflow as well.
    Any help would be very much appreciated.
    Andrew

    Hi,
    I understand that on some computers you always get a minor version checked-in regardless of whether you select minor or major.
    To troubleshooting the issue, I suggest as below:
    On the non-working computer, please use the Approval or site admin to check in the document. If it works, the issue is caused by the user permission.
    On the non-working computer, please run the Repair of the Office 2013 to install  the
    Microsoft SharePoint Foundation support.
    On the non-working computer, please enable SharePoint OpenDocumentsClass in Internet Explorer with the following steps: Click
    Tools->Go to Manage Add-ons-> In the Show box, click All add-ons-> In the
    Name column, click SharePoint OpenDocumentsClass, click Enable.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • OBPM Versioning Issue

    Hello,
    I have an issue in the versioning of the exp's. and need the help on the same.
    I saw the post of Daniel Atwood which states as follows:
    *Processes modeled, implemented, and tested with Designer and Studio, are deployed to the Oracle BPM Enterprise Server for QA testing or production use. Deployments may be done directly from a centralized source code management system or using a project export file generated by Oracle BPM Studio.
    Oracle BPM automatically manages the versioning of processes deployed to the server. When a new version of a process is created, the server automatically determines if it is a minor or major revision and a new process version number is recommended (the administrator may override this recommendation).
    The Oracle BPM Enterprise Server supports multiple process versions, and only one version will accept newly created process instances. All others are deprecated (work item instances in deprecated versions continue to run, but adhere to the rules and process context of the earlier version). If the process version is marked as a minor revision, all work instances will automatically be migrated to the new version. If the process version is marked as major, any in-flight work instances will continue using the version in which they started while new work instances will automatically use the latest version.
    A utility enables in-flight work items to be migrated to the latest version, if this behavior is desired.*
    Can anyone please further exlain as to which utility can help us get the underlined result??
    We require this to be implemented as the versioning is creating lots of issue in our process.
    Regards,
    Jaydev Doshi
    Edited by: Jaydev Doshi on Mar 1, 2010 9:47 PM

    This versioning is handled internally by Oracle BPM. There are 3 different levels of versioning consisting of revisions, minor versions and major versions. Revisions (1.0.x) and Minor Versions (1.x) are handled by BPM automatically based on changes made to the process. Major version changes (1.0 -> 2.0) only happens when requested by the administrator who is doing the deployment of the process. Process instances are only migrated to the newest version of the process when there is a revision change. Minor and major version changes to not result in instances being moved to the newest version of the process. A document describing what changes to your process result in different versioning can be found at http://download-llnw.oracle.com/docs/cd/E13165_01/albsi/docs57/ALBPM55_57ProjectVersioningRules.pdf

  • Autovue 19.3 Web version - Issues with seeing CAD files & image generation

    We recently upgraded to AutoVue 19.3 and face the following 2 issues
    1. When using the AutoVue applet with the latest JDK 6 update 17, we are unable to see any images in the applet. We were able to see images after downgrading to JDK 6 update 11.
    2. AutoVue is also being used to generate isometric (top, down, left, right, front, back) which are used in related reports. This feature is also not working with version 19.3
    Any help will be appreciated
    Regards

    This is most likely due to a known bug in the Sun JRE, as discussed in Oracle KM Note 755555.1. There are a couple of alternatives you could try rather than downgrading your client JRE:
    1. Disable the optimized rendering option in AutoVue client.
    a. Go to the applet menu item Options -> Configuration -> 3D.
    b. Uncheck option "Enable Optimized Rendering (requires restart)".
    c. Restart the AutoVue applet.
    2. Use a special API command from Sun to disable the mixing of lightweight / heavyweight modes in the JVM. This behavior can be disabled with a runtime parameter until it is incorporated into the actual AutoVue applet in a future release. To do this you need to:
    a. Open the Java Control Panel. (In Windows go to Start -> Control Panel -> Java)
    b. Go to the "Java" tab
    c. Select the "View" button under "Java Runtime Environment Settings"
    d. Add the following runtime parameter on the line for product 1.6.0_14: -Dsun.awt.disableMixing=true
    e. Click OK and OK
    f. Launch a new browser window and test viewing a 3D file again.
    Hope this helps.

  • Adobe LiveCycle Form Properties Target Version Issue

    Hello,
    I created forms with javascript, which it manipulate the form base upon users selection on different drop downs. I have set the form target version to "Acrobat and Adobe Reader 7.0.5 and above" but there are user using Adobe Reader 7.0.9 and 7.1.0 are experiencing problems. The form were either not working properly or unable to save their data. I did enabled "Extended Features on Adobe Reader" on Acrobat Pro 9. I tried to set target version to "Acrobat and Adobe Reader 6.0.2 and above" but the form will not work at all. The form works fine on Adobe Reader 8 and 9. Thanks in advance.

    Paul,
    I just have another user experiencing problems. I double checked their Adobe Reader version, which is 7.0.9. The issue they are having is that they can load, fill and save form fine but when they edit the saved form, they can't. Do you have any idea why they couldn't edit the saved form even I have already enable that feature?

  • Multiple Version Issue. data not matching

    Dear all,
    pleas help me in this issue..
    we have the Apo (DP) Cube.  we are running the reports on this cube..
    when we run the query we are giving the Verion ( means week)  in the selections.. data is coming but.not matching with Apo..data..
    we  assumed that data is coming more. beacuse it might taking the data of previous year also.
    so we included the Calyear and aksed user to selct both, vesrion as well as year.. because their req is for multiple version with historical data.
    They want to see the data for multiple versions with historical data...  even though data  is not matching..
    what we had done is again deleting all the data from Cube and dso an datasource , again loading... this time we asked user to run the report and match it    the data is matching.. with vesrion
    But when we go for historical data with mutiple version. its not matching ,
    pleas help me out where to find out this probelm , what could be the cause ,.
    how to chek
    Awaiting your valuble fedback. its an uregnt issue.
    if any thing else required pls let me know

    Txs for your valuble reply..
    We had checked that .
    but when we unload and again loaded  data this time it is matching on giving the version...
    Where as in case of Multiplr versions . data is coming more.. donno wheather it is mixing up the duplicate data . or what not able to underand.
    can you pls tell me steps how to analyse with your patiency...
    Where and all we need to chek ....
    Awaiting Your reply.

  • Version issue in Workflow

    Hi,
    I have made changes to a workflow in Development and moved it to Quality.
    After transportation in quality, its keeping on generating new version number .
    i got almost 20 new versions. Still it is increasing time to time.
    What could be the issue ?

    hi
    When we tranport a req to DEV to Quality ,then new version is created in Quality .
    but as you say "one req is being transported but its creating version continuously"
    I thing there some problem in transportation process , ask yr Basis person.
    and one thing you can check
    for any two version (which is created by your request ) compare :
    pftc_dis-> go to yr WF ->WF builder -> Basic data ->VersionOverview ->
    compare  change by , date  ,time ,release  of these version with yr DEV WF templet data .
    the active version should be same as yr DEV WF .
    perhaps you will get some clue.
    thanks
    kakoli

Maybe you are looking for