drop the triggers in the SQL code causes not properly completed order.

running the following command in SQL developer, giving the following error message
ORA-00933: SQL not correctly completed command.
What I am doing wrong
Begin  
For I In (Select Trigger_Name, Owner From Dba_Triggers Where Trigger_Name Like 'ABC%' And Owner = 'my_schema')
  Loop  
    Execute Immediate 'DROP TRIGGER '||I.Owner||'.'||I.Trigger_Name;  
  End Loop;  
End;
Published by: Mo2 on April 16, 2010 12:21

Published by: Mo2 on April 16, 2010 12:24

MO2 wrote:
Yes he has.
is an example of the names BIN$ + i6ls2WnR/Svz0wA5LSG8A == $0

In fact these triggers created by the database after I have remove the tables. is there a way to avoid their creation?

drop trigger BIN$+i6ls2WnR/Svz0wA5LSG8A==$0;
drop trigger BIN$+i6ls2WnR/Svz0wA5LSG8A==$0
                 *
ERROR at line 1:
ORA-00933: SQL command not properly ended

Yes, oracle complained about it during a fall.
These objects will be created if you recyclebin on.

You can either disable your recyclebin or you can purge these items in recyclebin after a fall. Make sure that you require this function or objects in the future.

Concerning
Anurag

Tags: Database

Similar Questions

  • Classic report command SQL ORA-00933 not properly completed when you enable sorting

    Hello

    Oracle 11g r2, APEX 4.1.1.00.23.

    I have a few reports of type SQL Query (PL/SQL, returning the SQL query function body), so the source is as follows:
    begin
      return points_ui.get_points_query(:P0_FILTER_TYPE);
    end;
    Without no sort option, the report is made successfully.

    But I got the following error during a test to enable the sorting option for a column:
    ORA-00933: SQL command not properly ended
    I read about this error on the Oracle forums, and I saw it was a bug in an older version, but I thought it was fixed in 4.0.2...

    Any help would be appreciated.

    Thank you.

    Yann.

    The Order By clause and the column sort is kind of mutually exclusive.
    If your SQL in the report area has an Order By inside and you apply the sort order on the columns in the report attributes tab, then errors occur during execution.

    Concerning

  • Is there anyway to see the sql code generated in Report Builder?

    I'm debugging a custom report complex which includes many variables bind and lexicals and uses several user_exits for flex collect field values. Is there anyway to see the SQL code that is actually generated in the report - that is, a type of log file?

    Version of the EBS is 11.5.10.2
    Report Builder 6i

    Assuming that all of the lexical settings are in your before and after triggers setting, why not add a message pop up in your setting after trigger to display what is used? Ex:

    If: P_input1 = 'A' then
    : P_where1: =' and x = 2 ";"
    on the other
    : P_where1: =' and x = 3';
    end if;

    -make the last statement in your setting after release:
    SRW.message (1, "SQL: select a, b, c from table1 where b = 5' |: P_where1");

  • If I can revise the SQL code generated by OBIEE

    Hi all

    I had a problemetic SQL generated automatically by OBIEE. I have to rewrite or at least add a tip to make it complete within a fixed period.

    But I'm not sure if OBIEE offers us this feature to change or customize the SQLs it generates?

    Please help to give some advice.

    Thank you very much.
    Leon

    Hi leon,.

    OBIEE increases the performance of the aliases table, cz as he can't do oneself joined himself.
    Please visit this link this will solve your problem to improve performance
    http://www.iwarelogic.com/blog/performance-increasing-OBIEE-724
    (GOLD) http://www.rittmanmead.com/2008/11/thoughts-on-OBIEE-performance-optimization-Diagnostics/

    UPDATE POST
    @leon, you cannot change the SQL code generated by obiee, your obligation to use EXISTS instead of IN operator, then you can do this in the physical layer of RPD by accessing the properties of the table and select SQL problem and write your query with condition EXISTS on the relevant tables. So that in turn Bi server accepts and converts according to its methodology.

    UPDATE POST-2
    @leon, you can use rownum in your where clause, but check the query generated by OBIEE and the results obtained by rownum satisfied your requirment.

    Please follow label by awarding points to make it useful to others and even for us. Rules to be followed http://forums.oracle.com/forums/ann.jspa?annID=939

    hope responds to your question.mark points.

    See you soon,.
    KK

    Published by: Jocelyn on January 24, 2011 22:25

    Published by: Jocelyne 24 January 2011 22:27

    Published by: Jocelyn on January 25, 2011 02:13

    Published by: Jocelyne 25 January 2011 05:26

  • view the sql code used in a cfquery that performs an update

    I want to see the sql code used in a cfquery that performs an update. I can't do it at all, advice?

    Have you looked at the docs? May I suggest the attribute of 'result '.

  • Y at - it an easy way to get the sql code that is sent in the query UPDATE

    I have a request to UPDATE abbreviated for readability. Is there an easy way to get the sql code that is sent? I use get this info for sql select in the display of debugging in cfeclipse but not for the UPDATE.

    < cfquery debug = "" name = "q" datasource = "#datasource #" > "



    UPDATE [BookingSystem]. [dbo]. [tbTrades]
    SET
    [Status] = #MATCHED_STATUS #.
    WHERE

    clientID = < cfqueryparam value = "" #arguments.clientID # "cfsqltype ="cf_sql_integer"> AND"

    < / cfquery >

    It might pay to read the docs for - http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_p-q_17.html#1102316 - focusing on the RESULT parameter.

    Read also about debugging in CF: http://livedocs.adobe.com/coldfusion/8/htmldocs/Debug_01.html

    --

    Adam

  • Add the new column to Admin tool, including the SQL Code

    Hi all

    I am new to OBIEE and I already searched here in the forum but have not found an exact answer which could help me.
    I have a table in the warehouse where to get information on employees. It's employe_id, manager_id and name.
    Example:
    Employe_id Manager_ID name
    1 Mueller
    2 1 Meier

    Now, I would like to create a new column in the Mapping BI Admin tool business layer and add a SQL where to select the name of the Manager.
    Is this possible? And how can we do it? It will work with a new logical column? Where we add the SQL Code?

    I hope someone can answer my question!
    Thank you very much!

    Kind regards
    David

    OK, I think I got it - the name of Manager is on a separate table (or a search to return to the current table) and your thinking that you want to label your SQL in the report to find the name of Manager based on Director ID, you have?

    If so, import the table with the names of Manager in the physical layer. If this is the same table that you already have (but want to search him in the current table) then you need to create an alias for the current table.

    For each new table in the Phy layer, or an alias - define the join (current_table.manager_id = manager_table_or_aliased_current_table.employee_id)

    Once completed, we will on the source of the logic table in the MDB for this dimension, edit, on the general tab, "Add" and select the table / alias that you created in the phy layer. Click OK - it combines now two tables attached as a source - you can then map the name of the Manager search in your column 'name '.

    Kind regards
    Alastair

  • My pl/sql codes does not in the express edition, which can do?

    pls help me my pl/sql codes does not work in oracle 10g express edition, which can do? pls help me.

    You must open a window for cmd.exe with Windows Start menu, then run, and type: cmd.exe. The rest is in my previous message.

  • CD badly placed: is there anyway to restore games on the computer without the CD, we have the Product Code but not the cd, we have misplaced it?

    There is in any case for the games on the computer without the CD of restoration, we have the Product Code but not the cd, we have misplaced it?

    There is in any case for the games on the computer without the CD of restoration, we have the Product Code but not the cd, we have misplaced it?

    borrow the CD, install the game and put in your code. If you don't know anyone with a CD, you will need to buy the game again. teengeek.freehostingcloud.com

  • I can not install 2680317. I get the error code 80070641, not 646. I tried Microsoft fixit and still no installation. Any ideas out there?

    I can't install the update to windows KB2680317 update for Microsoft Works 9.  I get the error code 80070641, not 646.  I tried Microsoft fixit and still no installation.  Any ideas out there?

    Hello

    I would suggest trying the following methods and check if it helps.

    Method 1:

    Put the computer in a clean boot state, and then try to install the updates and check if it works.

    How to troubleshoot a problem by performing a boot in Windows Vista or Windows 7:

    http://support.Microsoft.com/kb/929135

    Note: once you have completed troubleshooting, try the procedure described in step 7 to reset the computer to start as usual.

    Method 2:

    Try the steps in the Microsoft article and check below if the problem persists.

    The problems with the installation of the updates:

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-with-installing-updates

    Method 3:

    Try to download updates from the Microsoft Downloads Web site and check.

    http://www.Microsoft.com/download/en/default.aspx

    And also to try the steps in the following Microsoft article.

    http://support.Microsoft.com/kb/818018/en-us

    Hope the information is useful.

  • the source code is not available

    the JDE show me this message
    the source code is not available

    in the race... I can do pleaseeeeeee?

    Thank you for all

    I got it when I reset for Simulator was told there is an exception. I found and solved

  • Good afternoon, to join the plan VIP but fails with this message: the invitation code is not valid



    Good afternoon, to join the plan VIP but fails with this message: the invitation code is not valid


    Did you check with your plan administrator?

  • I bought lightroom and need to register my student ID, how do I do that the trial has run out, I have the product code but not the serial number?

    I bought lightroom and need to register my student ID, how do I do that the trial has run out, I have the product code but not the serial number?

    If you have purchased a package, then you should have instructions in the box on how to present your credentials. If you have purchased Adobe online, then you should have received instructions in an email. But here is a link that might help you. There is a link under step 2 which will lead you to a place where you can enter the information, I think.

    Adobe - Adobe Education Store: proof of academic identification

  • Developer Mode error: outdated., the xxAM.xxVO1 view object contained no trace. The records displayed may have been deleted, or the current record of the view object is not properly initialized.

    Hi all

    I'm creating a Maunal search page.

    To do this, I created a view based on a custom display object.

    Page contains 2 parameters.

    If I give all settings and click the OK button.

    It gives the following error.

    Developer Mode error: outdated data


    This page contains outdated information. This error could have been caused by the use of the buttons of the browser (the browser back button, for example). If the browser navigation buttons were not used, this error may result from coding errors in the application code. Please check press the back button on the browser developer guide - view primary key object comparison section to review the main cause of this error and correct the mistakes of coding.


    Cause:
    The view BLTrinDisplayAM.ViewVO1 object did not contain any record. The records displayed may have been deleted, or the current record of the view object is not properly initialized.

    To visit, please click on the Home link at the top of the application page to return to the main menu. Next, go to this page using the app's navigation controls (menu, links and so on) rather than use the controls of the browser as rear or front.

    If I don't give any parameter and click go Button.The content of the view are displayed.

    So if I pass all parameters and click Go, then the corresponding record is displayed.

    Why, for the first time, if I give the parameter and click Go, obsolete data error is coming?

    Please help me.

    Grateful for your help!

    -Aren

    You use the object of the view for the search criteria and search results fields.

    I suggest you to remove references of VO fields of search criteria, item1 and item2.

    And in the event of the button 'Go' in the processFormRequest, get the criteria for field values entered by the user as below and run the object (ViewVO1) of the view by using these values.

    String buCode = pageContext.getParameter ("item1");

    String lsiCode = pageContext.getParameter ("item2");

    Thank you

  • Unable to repair the connection of local error: Windows could not finish repairing the problem because the following action could not be completed

    Original title: Repair the connection to the local network.

    When I try to repair the connection to the local network I get the following message: "Windows could not finish repairing the problem because the following action could not be completed: clear the cache DNS."  For assistance, contact the person who manages your network. "How can I solve this problem?

    Hello

    1. what exactly is the problem you are experiencing when connecting with Internet?

    2. what type of Internet connection you have (wired or wireless) sound?

    3. don't you make changes to the computer until the problem occurred?

    Method 1: To resolve this issue, follow these steps:

    (a) click Start, click run, type services.msc, and then click OK.

    (b) in the list of services, click DNS Client.

    (c) ensure that the status column displays started and that the Startup Type Automaticcolumn.

    (d) if the service is not set to started or if the startup type for the DNS Client service is not set to Automatic, follow these steps:

    a. right click on Client DNS and then click Properties.

    b. in the Properties of the Client DNS dialog box, click the general tab and then click Automatic in the list Startup type .

    c. click Start, click applyand then click OK.

    Method 2: Wi - Fi and in Windows network connection issues.

    http://Windows.Microsoft.com/en-us/Windows/help/wired-and-wireless-network-connection-problems-in-Windows?T1=Tab03

    Hope this information is useful.

Maybe you are looking for

  • Charge batteries 0%.

    Whenever I try to use my laptop away from a power source, it is quite dead. When I check my battery level, it says "0% - load." I use my laptop on AC all day and the battery level indicates "supported", but it always remains at 0%. Any ideas? I use a

  • Level of security by default RV180

    Quote from the manual of RV180; "By default, all access to the side WAN insecurity are blocked from access to thesecure LAN, except in response to the requests of the LAN or DMZ." In fact given the average access rule for the firewall blocks all inco

  • Im getting random crashes since a new Barebone pc that I just built! Can someone help me to find out why? Glued is the latest crash codes.

    Problem signature: problem event name: BlueScreen OS Version: 6.1.7601.2.1.0.256.1 locale ID: 1033 additional information about the problem: BCCode: 24 BCP1: 001904FB BCP2: 9FE034D4 BCP3: 9FE030B0 BCP4: 82E88C3B OS Version: 6_1_7601 Service Pack: 1_0

  • Drag and drop the legend of failure time

    HelloI did a Drag and Drop in captivate 8.I want to keep the legend of failure more visible.Is it possible to increase the time of the legend of failure?Thank you

  • Trying to create an alarm with perl

    I get an "Unable to serialize the operator as StateAlarmOperator" error when you try to create an alarm using VI Perl. I am trying to create an alarm that triggers a script when a VM is powered on.  Also: is this the correct use of the RunAction in t