Side effects of using catmeta.sql?

Not exactly sure where to put this, but I've been having problems exporting, mostly around the XMLGEN part. It seems that the solution would be to rebuild all the views and whatnot, but since this is a live database, I'd like to know if there are any side effects accompanying using catmeta.sql or any of the related files.
Thanks in advance!

Running Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production under Windows XP. The error comes from exporting and comes up as
Connected to: Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.6.0 - Production
Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
About to export specified users ...
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user TEST
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user TEST
About to export TEST's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
EXP-00056: ORACLE error 19206 encountered
ORA-19206: Invalid value for query or REF CURSOR parameter
ORA-06512: at "SYS.DBMS_XMLGEN", line 83
ORA-06512: at "SYS.DBMS_METADATA", line 345
ORA-06512: at "SYS.DBMS_METADATA", line 410
ORA-06512: at "SYS.DBMS_METADATA", line 449
ORA-06512: at "SYS.DBMS_METADATA", line 1156
ORA-06512: at "SYS.DBMS_METADATA", line 1141
ORA-06512: at line 1
EXP-00000: Export terminated unsuccessfully

Similar Messages

  • Side effects when using Graphics2D.drawString

    Hi! I am trying to render some texts in different places on a JPanel. I use Graphics2D.drawString(String, float , float). My problem is that the AffineTransform of the Graphics2D-object changes after each time I use the method. Should this really be the case? If so, do I need to reset the transformation object in the Graphics2D-object after each call to Graphics2D.drawString or how should I go about it? An example of a set of code and the yielded output is below:
                        System.out.println("graphics transform (before drawLine): " + g2.getTransform());
                        g2.drawString("test", 150, 50);
                        System.out.println("graphics transform (after drawLine): " + g2.getTransform());
    yields:
    graphics transform (before drawLine): AffineTransform[[1.0, 0.0, 0.0], [0.0, 1.0, 23.0]]
    graphics transform (after drawLine): AffineTransform[[1.0, 0.0, 150.0], [0.0, 1.0, 73.0]]

    Trying to produce a small set of code that reproduces the error made me solve the problem, though I do not understand why. Anyhow, I am using Java 1.4.1, and use Mac OS. Code that reproduces the error is below. By uncomment the line ' g2.setColor(Color.black);', the problem dissapears. But please let me know if anyone have an explanation to why setting a gradient paint makes Graphics2D.drawString have the side effect I described above...
    import java.util.*;
    import java.awt.*;
    import javax.swing.*;
    public class Plotter extends JFrame {
         public Plotter() {
              super("Debug");
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              Dimension contentSize = new Dimension(500, 500);
              pack();
              setSize(contentSize);
              setVisible(true);
         public void paint(Graphics g) {
              super.paint(g);
              Graphics2D g2 = (Graphics2D) g;
              g2.setPaint(new GradientPaint(0, 0, Color.green, 100, 0, Color.red, true));
    //          g2.setColor(Color.black);
              System.out.println("graphics transform (before drawLine): " + g2.getTransform());
              g2.drawString("test", 150, 50);
              System.out.println("graphics transform (after drawLine): " + g2.getTransform());     
         public static void main(String args[]) {
              new Plotter();

  • What are the non-obvious side-effects of using $psdefaultparametervalues.add("ft:wrap",$True) ?

    I'm thinking about dropping these two lines into my profile.ps1 script:
    $psdefaultparametervalues.add("ft:wrap",$True)
    $psdefaultparametervalues.add("ft:auto",$True)
    Are there any adverse side-effects that I will suffer after I do that?
    I know that I'll have to do explicit overrides to those switch values to Format-Table if I don't want those defaults.

    One thing I can think of is if you use -Property * to list everything, it has the potential to leave out columns if the properties are too long.
    Try this first:
    gci | Select -first 1 | FT *
    Then this:
    gci | Select -first 1 | FT * -auto -wrap
    Besides that , I can't really think of anything else; perhaps others can think of things.
    Boe Prox
    Blog |
    Twitter
    PoshWSUS |
    PoshPAIG | PoshChat |
    PoshEventUI
    PowerShell Deep Dives Book

  • Negative effects by using DBMS_REDEFINITION package

    Hello everybody,
    I am looking for all 'bad' side effects of using the package.
    I am in project where the definition of tables changes.
    Sometimes a column needs to be placed in the middle of the table.
    Up to now there are scripts which doing a lot of drops of columns, updates, add adds again.
    My idea was to use the package, which I could test successfully.
    Now I learned, that the grants to the table are lost.
    What else should be concerned by using the package?
    Thanks

    Hi,
    Sometimes a column needs to be placed in the middle of the table.hmm and why do you need some redefinition/reorg for the table - just put the columns on the right place in the select statement?
    Now I learned, that the grants to the table are lost.hmm not "really"... have a look at the procedure "COPY_TABLE_DEPENDENTS".
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_redefi.htm#sthref5656
    -> This subprogram is used to clone the dependent objects like grants, triggers, constraints and privileges from the table being redefined to the interim table (which represents the post-redefinition table).
    Side effects:
    You need to create/rebuild the indexes.. because of the rowids change.
    Btw. your scenario seems a little bit "strange" to me...
    Regards
    Stefan

  • Side effects of the /$sync transaction

    Hi!
    Does anyone know is there any side effects of using the transaction code /$sync, which is cleaning up all buffers?
    Personally I'm using it to refresh an ALV table, if it's structure was modified.
    But it is applied only for my session's buffers and it will not harm other people and will not kick out other people from the SAP system.
    Am I right?
    Thank you
    Tamá

    It will not kick out other people, but it does clear ALL buffers, and not only yours. Therefore you should not do it yourself, but rather ask some people from basis if you can and may do it or let them do it.
    help.sap.com:
    command $SYNC to reset all the SAP buffers on the application server. These commands only affect the buffers of the application server on which the commands are entered. The buffers of the other application servers in the network are not affected.
    Using the commands $TAB and $SYNC places an extremely large load on the system. In large systems, it could take up to one hour (depending on the access profile) for the buffer load to return to its original state. System performance is greatly impeded during this time.
    Edited by: Micky Oestreich on Apr 18, 2008 10:39 AM

  • I'm wanting to use the "Actions" in Photoshop Elements 11.  But when I get the Actions box up, it is only showing a small list of effects to use.  And no side bar to go any further.  When I click on the little arrow at top and then click on "load actions"

    I'm wanting to use the "Actions" in Photoshop Elements 11. But when I get the actions box up, it is only showing a small list of effects to use. And no side bar. So I can't go any further.  When I click on the little arrow at top and click on "load actions", I am only getting a box with empty space saying "No items match your search".  The folder at the top does say "Actions".  How do I get more effects?  The tutorials that I've checked into all show a long list of effects in their box.  Can anyone help? 

    To use the existing actions, try the following:
    1. Open one of the Action Sets, in this example Special Effects is the Action Set, by pressing the small arrow beside the set name.
    2. Then click on the name of the Action, in this example Faded Ink is the Action name.
    3. Then press the Play button to run the action.

  • Hey guyz.. i wanna ask if i get an updated version from itunes when i plug my iPhone into the Pc, i get a letter tells me that there is an update for your iPhone ... i wanna ask is it safe to download ?? and does it make any side effects on longTerm using

    hey guyz.. i wanna ask if i get an updated version from itunes when i plug my iPhone into the Pc, i get a letter tells me that there is an update for your iPhone ... i wanna ask is it safe to download ?? and does it make any side effects on longTerm using ??

    It is safe to download if your phone is not jailbroken. Before you download it, however, take some precautions:
    Reboot your computer
    Disable your antivirus and firewall
    Connect the phone cable to a USB port directly on the computer, not a hub
    Before updating right click on the name of the phone in iTunes and choose "Backup"
    When you are given the choice choose "Download only", not "Download and Update"
    After the download completes successfully click the Update button to install it.
    Most of these steps are just being overly cautious, as most people ignore them and have no problems. But occasionally the extra steps save grief.

  • Using Field Blend plug-in, any side effects?

    Cutting an HDV show with lots of action. Camera may have had 'sharpen' mode set too high, but end result is that the action scenes show way too much of the 'interlace lines' in playback on an LCD screen. Distractingly so.
    I used the Field Blend plug-in from Joe's Filters on the whole show, and get a very smooth looking clean result. No interlace lines on LCD screen.
    But! What I'm wondering is: will this have a negative effect when I output the HDV Quicktime master to MPEG2 and DVD?
    Is there some side-effect one has to deal with when using the Field Blend plug-in?
    All ears, thank you,
    Ben

    Are there any side effects of munging two fields
    together? Yes. You are about halving your resolution.
    The show works fine on an NTSC monitor. But the client will be showing it on a lovely new laptop, and also projecting it in a large cinema theatre.
    The thing that puzzles me Patrick, is that I play both versions on a 23 inch Apple HD Cinema monitor and I cannot for the life of me see any difference, other than the 'blended' version is not full of interlace artefacting. I KNOW it's SUPPOSED to be less resolution. But I can't SEE any difference. Maybe on a 35 foot theatre screen?
    Maybe Joe is doing something special with his plug-in?
    B.

  • Would like to disable HTTP and use only HTTPS yet I get side effects

    Hello,
    I have established a secure connection between the AS ABAP and AS Java.
    I would like assure that all communication between the servers is using https and for that, as a test, I have deactivated the http service using SMICM transaction.
    The only side effect I could recognize so far is that the Web Dynpro for ABAP stuff doesn't work through transaction SE80, the working area simply doesn't come up. If I activate HTTP again it is working.
    Am I doing the right thing by disabling HTTP completely and if yes, what else do I need to do in order to prevent this side effect from happening?
    Roy

    humuhumunukunukuapuaa wrote:
    If I get some nice approvals on my app spree in 10 days, I would like to close Talbots and Abercrombie and Fitch store cards. Total CL for the 2 is $2,700 ($1,350 each)  but I can make up for that closure and utilization loss by getting quite a bit more than those amounts on majors during my app spree. Talbots has only been open 4 months, A&F one year. I have other cards that are the same age or older so should not majorly affect AaoA. Thoughts? I know some will say don't close cards, but they're store cards and I don't need to be responsible for store cards I don't use.If you have no use for them and don't foresee using them in the future then you should probably close them out.  They won't affect your AAoA as the cards will stay in your reports for 10 years.  No sense in keeping cards that you don't want just to take up room in your sock drawer.

  • Side Effects using a UIInput  to determine whether a component is rendered

    Hi,
    I'm trying to use the value of a UIInput component to decide whether or not to render another component and am getting some strange side effects. When the hidden component is re-rendered after being hidden, the selected value is not displayed. This does not happen if I copy the value of a ValueChangeEvent and then use that as my return value. Any idea what is going on here? Switching the commented out line in getControllerValue in BackingBean.java should demonstrate the issue.
    Thanks,
    Pierce
    index.jsp<?xml version="1.0" encoding="UTF-8" ?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
         xmlns:f="http://java.sun.com/jsf/core"
         xmlns:h="http://java.sun.com/jsf/html"
         version="2.0">
         <jsp:directive.page contentType="text/html; charset=UTF-8" />
         <f:view>
              <html>
              <head>
              <title>test</title>
              </head>
              <body>
              <h:form id="testForm">
                   <h:panelGrid columns="2" columnClasses="labelColumn, inputColumn">
                        <!-- controlling input -->
                        <h:outputLabel value="Controller:"></h:outputLabel>
                        <h:selectOneMenu id="controller"
                             binding="#{backingBean.controller}"
                             valueChangeListener="#{backingBean.changeController}"
                             immediate="true" onchange="submit()" required="true">
                             <f:selectItems value="#{backingBean.controllerItems}" />
                        </h:selectOneMenu>
                        <!-- controlled input -->
                        <h:outputLabel for="hideme" value="Input to hide:"
                             rendered="#{(backingBean.controllerValue != 1) and (backingBean.controllerValue != 5)}"></h:outputLabel>
                        <h:selectOneRadio id="hideme" value="#{backingBean.hideme}"
                             required="true"
                             rendered="#{(backingBean.controllerValue != 1) and (backingBean.controllerValue != 5)}"
                             >
                             <f:selectItems value="#{backingBean.hidemeItems}" />
                        </h:selectOneRadio>
                   </h:panelGrid>
              </h:form>
              </body>
              </html>
         </f:view>
    </jsp:root>BackingBean.java
    package test;
    import java.util.LinkedList;
    import java.util.List;
    import javax.faces.component.UIInput;
    import javax.faces.component.html.HtmlSelectOneMenu;
    import javax.faces.event.ValueChangeEvent;
    import javax.faces.model.SelectItem;
    public class BackingBean {
         private UIInput controller = new HtmlSelectOneMenu();
         private Integer hideme = 2;
         private Integer copiedValue;
         private List<SelectItem> controllerItems = new LinkedList<SelectItem>();
        private List<SelectItem> hidemeItems = new LinkedList<SelectItem>();
        public BackingBean(){
             controller.setValue("3");
             controller.setSubmittedValue("3");
             copiedValue = 3;
             controllerItems.add(new SelectItem(1, "Controller 1"));
             controllerItems.add(new SelectItem(2, "Controller 2"));
             controllerItems.add(new SelectItem(3, "Controller 3"));
             controllerItems.add(new SelectItem(4, "Controller 4"));
             controllerItems.add(new SelectItem(5, "Controller 5"));
             hidemeItems.add(new SelectItem(1, "Hide Me 1"));
             hidemeItems.add(new SelectItem(2, "Hide Me 2"));
             hidemeItems.add(new SelectItem(3, "Hide Me 3"));
         public UIInput getController() {
              return controller;
         public void setController(UIInput controller) {
              this.controller = controller;
         public Integer getHideme() {
              return hideme;
         public void setHideme(Integer hideme) {
              this.hideme = hideme;
         public List<SelectItem> getControllerItems() {
              return controllerItems;
         public List<SelectItem> getHidemeItems() {
              return hidemeItems;
          * Value change listener
         public void changeController(ValueChangeEvent e){
              System.out.println((String)e.getNewValue());
              copiedValue = Integer.parseInt((String)e.getNewValue());
          * Helper
         public Integer getControllerValue(){
            // why does the following line not work?
         //     return Integer.parseInt((String)controller.getValue());
              return copiedValue;
    }

    This is a How to test a variable to determine whether it is a NUMBER.
    Cheers, APC

  • Adding transitions when using side by side effect

    I recently found the side by side effect in iMovie '11 and I love it. The only issue is that when I try to add in transitions between clips, the transitions won't show up. If anyone has any idea on what I can do, please let me know. Thanks

    well, technically, that is true, although you could fake it a bit, if instead of side by side transitions, you used the picture in picture instead, you can specify a few transitions with that from the gear menu-

  • I have tryed the "find my ipod application" and i tried to lock it and it have been locked but i am using the ipod without any effects but if by time would be any side effects?

    i have tryed the "find my ipod application" and i tried to lock it and it have been locked but i am using the ipod without any effects but if by time would be any side effects?

    It will be locked when you connect it to Wi-Fi

  • Cursor_sharing Side-effects

    I have a situation where several off-the-shelf applications (same vendor) are running on the same instance. One of the is performing poorly and I was able to get a good performance boost with cursor_sharing=force. After much testing in QA, we are ready to move it to production.
    Now two of the other applications are having trouble. Apparently, the applications do some very basic selects from sqlplus and then parse the results. Setting cursor_sharing to force has had a side-effect (bug) that changes the column widths of these selects. The end result is that the other application fails because it can't parse it correctly.
    This is a documented problem and Oracle recommends to always explicitly set your column widths in sqlplus. This is what we want to do, but the effort is not small.
    A kludge work-around is to alter cursor_sharing before and after the batch processes. This can be done at either the system or session level.
    My question is this: Is there a simple way to set it up so an that when this black-box application create a session, it will set the cursor_sharing to force?
    Thanks,
    Scott
    http://www.erpfuture.com

    I have a situation where several off-the-shelf
    applications (same vendor) are running on the same
    instance. One of the is performing poorly and I was
    able to get a good performance boost with
    cursor_sharing=force. After much testing in QA, we
    are ready to move it to production.
    Now two of the other applications are having trouble.
    Apparently, the applications do some very basic
    c selects from sqlplus and then parse the results.
    Setting cursor_sharing to force has had a
    a side-effect (bug) that changes the column widths of
    these selects. Actually it is the off the shelf applications that have the bug, they are not using bind variables which means you are overparsing and fragmenting your shared pool. Poor performance is about the best you will get from such applications. You are also likely open to security issues that arise from [url=http://www.google.com/search?q=sql+injection
    ]sql injection.
    Cursor sharing force is a workaround for a badly written application. It auto binds all literals. This means plans will change and all literal values are variables which could contain anything which leads to the problem you describe.
    select 'test' from dual;becomes
    select :b_sys_0 from dual;where :b_sys_0 could be 4000 characters long.
    I would second kamathg's advice that if you need to use the cursor sharing workaround to only set it at the session level for the application that needs it using the logon trigger.
    You should do this as an interim measure while you file a bug report with the software vendor to have them fix their application.
    The security issues do not go away.

  • Unable to connect to Oracle Database using Oracle Sql developer 2.1.1.64

    Hi Everyone,
    I am searching for some help regarding my problem with Oracle connectivity. I have installed Oracle 11g release 2 on my Windows XP Professional Laptop. For a few days after installation i could connect to the Oracle database with the SYSTEM account using Oracle SQL developer ( installed on the same Laptop) but now i am unable to do so.It gives me this annoying message:
    An error was encountered performing the required operation  Got a minus one from read call .Vendor code 0
    However i am able to connect using Sql Plus by supplying the username SYSTEM and the corresponding password.
    My TNSNAMES .ora file is as follows:
    ORACLE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST =localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ORACLE)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    My Listener.ora file is as follows:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = D:\app\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:D:\app\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    (SID_DESC =
    (GLOBAL_DBNAME = Oracle)
    (ORACLE_HOME = D:\app\product\11.2.0\dbhome_1)
    (SID_NAME = Oracle)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    ADR_BASE_LISTENER = D:\app
    My Sqlnet.ora file is as follows:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    I am new to Oracle and so i need someone in this forum who can help me resolve this problem. Also i even tried connecting to the database using Toad 10.5.0.41. It give me the following error:
    ORA 12537 : TNS Connection closed
    Thanks for your patience and help in advance.
    ---Prashant

    Hello Irian and Sue,
    I can connect to the Oracle database using SQL Plus. Now when i TNSPING ORACLE from command line i get the following message :
    Used parameter files:
    D:\app\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST =localhost
    *)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ORACLE)))*
    TNS-12537: TNS:connection closed
    Thanks for your response to my initial post.Do u have any other methods to resolve this?

  • MOPZ-generated SIDE EFFECT report never shows up in SOLMAN

    HI - we are using SOLMAN ST 400, SPS#24
    I am doing a MOPZ transaction for an ERP604/NW701 system landscape - specifically for updating from a lower SPS level to a more recent one...
    In MOPZ....i requested the SIDE EFFECT report.....at that time got to a screen where it displayed the following message "Your request has not yet been processed. Please check back again in a few hours. "
    I've waited more than 3 days - and still - when I go back into SOLMAN....into this same MOPZ transaction#....to look for the SIDE EFFECT report......it doesn't show up anywhere - instead....i just continue to see the same message (Your request has not yet been processed. Please check back again in a few hours. )
    Please advise
    (it seems that the process for MOPZ-generated side effect reports is not as "user friendly" as the "old" way - outside SOLMAN/MOPZ - of doing this - in the "old" way, using SMP....you always got a request id#....and you always got an EMAIL in a few hrs ....that you clicked on to get the report.....i see neither of these when using MOPZ)

    Hi there,
    sometimes the side-effect report may take longer to arrive due to a long processing time for the request. This may happen due to many concurrent requests at the same time, or because there are technical issues in the service backend systems here at SAP.
    I hear that you already got the side-effect reports after a delay, so I guess that your request was finally processed.
    Best regards,
    Miguel Ariñ

Maybe you are looking for