Error when trying drop table

Why ?
SQL> drop table SYSADM.TMP_FATOR cascade constraints;
drop table SYSADM.TMP_FATOR cascade constraints
ORA-00054: resource busy and acquire with NOWAIT specified

check the active sessions and kill them all except for the one you are logged into ...and then try drop the table
--Chaitanya                                                                                                                                                                                                                                                               

Similar Messages

  • Fatal error when trying to add derived table

    Hello,
    I'm new at desiging a universe. I get the following a fatal error when trying to add a derived table to my universe:
    1 processor x Family 15 Model 0 Stepping 0
    Windows 2000 Workstation  v5.1 build 2600 (S)
    Physical Total/Avail: 2.097.151 Kb / 2.004.940 Kb
    Temp directory C:\DOCUME1\xxxxxx\LOCALS1\Temp\ (1 Kb available)
    'Unknown' video card
       1280 x 768 in true color
    (doesn't make sense to me)
    I use an ODBC connection that connects to a MySQL database. When I test the connection it's fine.
    I am trying to add a derived table because it seems that my universe cannot produce LEFT OUTER JOINS.  I read somewhere that I should set my ansi92 parameter to YES instead of NO. But, everytime I re-open my universe, it sets itself automatically to NO again.
    My utlimate goal is :
    For example, list ALL the people, left join my table to their websites, but return ALL the people, even if they don't have a website.
    I dont' understand, my join should be simple enough.
    Anybody knows what could be causing all these restrictions ?
    Thanks for you help.
    Edited by: Sose Canadian on Feb 9, 2009 9:40 PM

    Hi Sose,
    In BusinessObjects (Universe) Designer, the outer join option in a join is not available and is dimmed when using a Generic ODBC connection.
    Try Following Solutions:
    Solution : 1
    When using an ODBC connection the odbc.prm must be modified on the machine where BusinessObjects Designer is used.
    Use the following steps to modify odbc.prm:
    1. Locate odbc.prm in the following folder:
    \Business Objects\Business Objects Enterprise 11\win32_x86\dataAccess\Connection Server\odbc
    2. Open odbc.prm in a text editor and modify the parameter 'EXT_JOIN' so its value is 'YES' instead of 'NO'.The outer join option is now available in BusinessObjects Designer.
    If the outer join option is still not available after following the steps above. open odbc.prm in a text editor and modify the parameter OUTERJOINS_GENERATION. Change its value from 'NO' to either 'ANSI92' or 'ODBC'.
    Solution : 2
    This can occur when user is using a non-database specific middleware such as generic ODBC. Generic ODBC allows creating a successful connection and universe, however will not allow the Outer Join option.
    The syntax for outer joins is specific to each database and the Generic ODBC driver only lets you access standard common features of all ODBC data sources.
    Ensure that you are using the database specific middleware to create the connection.
    I Hope this Helpsu2026.
    Thanksu2026.
    Pratik

  • Error when trying to truncate table from within PL/SQL

    Hello.....
    Does anyone know why I get an error when trying to execute the following command from within PL/SQL?
    truncate table event;
    The error is as follows:
    ORA-06550: line 20, column 14:
    PLS-00103: Encountered the symbol "TABLE" when expecting one of the following:
    := . ( @ % ;
    The symbol ":= was inserted before "TABLE" to continue.

    And as a DDL, it does a COMMIT just before it runs. Whether you want a COMMIT or not.
    And with all the locking and serialization issues associated with a DDL.

  • Error when creating DataWarehouse Tables

    I am getting an error when trying to create Datawarehouse tables from DAC ETL Management. See log below.
    =====================================
    STD OUTPUT
    =====================================
    CREATING SIEBEL DATABASE OBJECTS
    D:\orahome\10gR3_1\bifoundation\dac\UTILITIES\BIN\DDLIMP /I N /s N /u ******* /p ******* /c "OBIEE DW ETL" /G "SSE_ROLE" /f D:\orahome\10gR3_1\bifoundation\dac/conf/sqlgen/ctl-file/oracle_bi_dw.ctl /b "" /K "" /X "" /Z N
    Creating table W_A_MNTH_H ...
    Error while importing Siebel database schema.
    =====================================
    ERROR OUTPUT
    =====================================
    D:\orahome\10gR3_1\bifoundation\dac\UTILITIES\BIN\DDLIMP /I N /s N /u SVCOBIEEDW /p ***** /c "OBIEE DW ETL" /G SSE_ROLE /f D:\orahome\10gR3_1\bifoundation\dac/conf/sqlgen/ctl-file/oracle_bi_dw.ctl /b /K /X /Z N
    Connecting to the database...
    Connected.
    Reading tables and indexes from DDL file...
    Read 1070 tables and 0 indexes from DDL file...
    Reading existing schema...
    Read 0 tablespaces, 0 tables and 0 indexes from existing schema...
    Running SQL statements against the database...
    S0001: [Microsoft][ODBC SQL Server Driver][SQL Server]There is already an object named 'W_A_MNTH_H' in the database.
    create table W_A_MNTH_H (
    ROW_WID numeric(10, 0) not null default 0,
    BASE_MNTH_WID numeric(10, 0) null,
    PRE_MNTH_WID numeric(10, 0) null,
    YAGO_BASE_WID numeric(10, 0) null,
    YAGO_PRE_WID numeric(10, 0) null,
    PER_NAME_HALF varchar(50) null,
    PER_NAME_MONTH varchar(50) null,
    PER_NAME_QTR varchar(50) null,
    PER_NAME_TER varchar(50) null,
    PER_NAME_YEAR varchar(50) null)
    writeExecDDL error (UTLOdbcExecDirectDDL pDDLSql).
    writeExecDDL error (pOperCallback UTLDbDdlOperTblCreate).
    Error in MainFunction (UTLDbDdlDbMerge).
    Error in Main function...
    Any help would be greatly appreciated!
    Thanks,
    Brent

    I am having same issue... did you get around with it????
    Thanks in advance

  • Sql Server Web Edition Reporting Services errors when trying to connect to Windows Azure SQL

    I am using a preconfigured image from the Azure VM Gallery to create a VM.
    --> Sql Server 2012 SP1 Web running under Windows Server 2008 R2
    After configuring Reporting Services I get the following error when trying to run a report that connects to my Azure SQL db.
    An error has occurred during report processing. (rsProcessingAborted)
    An attempt has been made to use a data extension 'SQLAZURE' that is either not registered for this report server or is not supported in this edition of Reporting Services. (rsDataExtensionNotFound)
    On the VM using SSMS I can connect to the Azure SQL db.  On the VM in Report Builder when I define a connection I get a similar error to the one above when I test that connection.  I am using Microsoft Azure SQL as the data source type. 
    Interestingly in Report Builder, if I proceed past the connection definition, I can see the tables from my Azure SQL db in the dataset definition page.
    One more note.  If I use a different image from the Gallery (Sql Server 2012 Standard SP1 on Windows Server 2012) my report builder connection works and the reports run fine.  I believe that the Azure documentation says that Sql Server Web edition
    is an acceptable choice for the SSRS on VM for reporting.
    Any thoughts or suggestions?
    Thanks -- Tom Reilly

    Hello,
    A VM with SQL Server 2008 R2 or 2012 supports all Reporting Services features, including all supported data sources, customization and extensibility, and scheduled report execution and delivery.
    Did you run the report in Report Manager,or preview the report in Report Builder? Which version of the Report Builder you installed in the Windows Azure VM? SQL Reporting does not support reports created from Report Builder 1.0 or 2.0. You can create reports
    using Report Builder 3.0 and then upload the reports.
    What's more, please also check the database source credential of the report.
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here.
    Fanny Liu
    TechNet Community Support

  • Getting a 1809 error when trying to remote control PC from the Console.

    This is message i get when trying to remote view or remote control PC.....
    1809: An error has occurred while generating a session key for
    encryption.The remote session cannot be initiated. Contact Novell
    Techical Services and specify this code.

    This is for a 1807 error. My error is and 1809 error. Is there somewhere
    else to research on a 1809 error when trying to remote control PC from
    the Console?
    > Perhaps.................
    >
    > http://support.novell.com/techcenter/search/search.do?
    cmd=displayKC&docType=kc&externalId=10094808html&s liceId=&dialogID=2356487
    >
    > --
    > Craig Wilson
    > Novell Product Support Forum Sysop
    > Master CNE, MCSE 2003, CCNA
    >
    > Editor - http://www.ithowto.com
    >
    > (Seeking Full-Time Expert? Drop me a note :> )
    > <[email protected]> wrote in message
    > news:09i_e.2044$[email protected]..
    > > This is message i get when trying to remote view or remote control
    PC.....
    > >
    > >
    > > 1809: An error has occurred while generating a session key for
    > > encryption.The remote session cannot be initiated. Contact Novell
    > > Techical Services and specify this code.
    >
    >

  • ORA-01552 Error when trying to import data

    I get the following error when trying to import data into my database. My version is as follows:
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    PL/SQL Release 9.2.0.6.0 - Production
    CORE 9.2.0.6.0 Production
    TNS for Solaris: Version 9.2.0.6.0 - Production
    NLSRTL Version 9.2.0.6.0 - Production
    and I get the following error:
    ORA-01552: cannot use system rollback segment for non-system tablespace
    Any help would be appreciated.
    Also when I upgraded my database I received the following error message but continued without fixing:
    Warnings Ignored: Your database is using US7ASCII as the NCHAR type. In Oracle9i, the NCHAR datatypes (NCHAR, NVARCHAR2, and NCLOB) are limited to the Unicode character set encoding (UTF8 AND AL16UTF16) only. Refer to the Oracle 9i Database Upgrade Guide to change NCHAR columns in user tables to one of the supported types.
    Can I fix this via an sql statement or what?

    Hi, i think that the problem is around the rollback segments.The solution is bring other rollback segments ONLINE state, if not exist others rollbackup,then you need create the other rollback segments and bring online state.
    If you need more information, you will must see the next DOC-ID on Metalink site,
    Note:121971.1
    Luck.
    Have a good day.
    Regards.

  • Newbie apex error when trying to install the OEHR Sample object.

    ORA-01653: unable to extend table FLOWS_030000.WWV_FLOW_ONLINE_HELP by 8 in tablespace APEX
    I got this error when trying to install.
    I will go back now and check the storage space.
    I could not find any error message on it.
    Thanks.Steve

    Just few minutes after asking this question on forum, I was able to find the workaround for opening the DashboardDesigner.exe.
    What I was trying earlier was that, In my "Business Intelligence Center" site,  i was trying to open the Dashboard Designer from "PerformancePoint Content" list by clicking "New Item" from "Items" tab in Ribbon.
    Instead Now I go to the connections library "Data Connections",  Go to "Documents" tab in Ribbon and then click on "New Document".
    Voila!
    Finally "DashboardDesinger.exe" opens up! :D
    Now from this designer application, I can add other Lists directly and can add "PerformancePoint Content" list for creating actual ScoreCards, Dashboards, KPIs etc.
    Happy Learning!
    Shri07

  • Enocore CS5 error when trying to burn to blue ray disc

    My project consists of 4 AVCHD clips imported separately into Encore as timelines and then I deleted the timelines to keep just these assets.  I built a new timeline and added these three clips to this timeline.  Three of the AVCHD clips are on the timeline with a total time of about 3:30.  The fourth is a 30 second clip used for the motion menu  background.  The file size is 22.95 GB.  There are 39 chapters in the project, the top page (page 0) has three buttons linking to chapters 1, 21, and 30 (the start of each of the clips).  The other pages of the menu have 6 video buttons per page linked to chapters.  All of the clips when highlighted will lead to the project setting "Do Not Transcode" (which is what I want) and I am buring this to a 25GB blu ray disc.  When I checked the project everything seemed okay- no error messages.  I then went to build the disc and after about 20 minutes I got the following error message:
    "Blu-Ray Object: "<Menu>NTSC_FISH top menu",Error:"device error",Code: "2",
    Note: "Too many primary video streams in clip (Spec Table 9-3,Annex B)" 
    The menu name is NTSC_FISH topmenu.  Any ideas what the problem is and how I can fix this?

    Enocore CS5 error when trying to burn to blue ray disc
    My project consists of 4 AVCHD clips imported separately into Encore as timelines and then I deleted the timelines to keep just these assets.  I built a new timeline and added these three clips to this timeline.  Three of the AVCHD clips are on the timeline with a total time of about 3:30.  The fourth is a 30 second clip used for the motion menu  background.  The file size is 22.95 GB.  There are 39 chapters in the project, the top page (page 0) has three buttons linking to chapters 1, 21, and 30 (the start of each of the clips).  The other pages of the menu have 6 video buttons per page linked to chapters.  All of the clips when highlighted will lead to the project setting "Do Not Transcode" (which is what I want) and I am buring this to a 25GB blu ray disc.  When I checked the project everything seemed okay- no error messages.  I then went to build the disc and after about 20 minutes I got the following error message:
    "Blu-Ray Object: "<Menu>NTSC_FISH top menu",Error:"device error",Code: "2",
    Note: "Too many primary video streams in clip (Spec Table 9-3,Annex B)" 
    The menu name is NTSC_FISH topmenu.  Any ideas what the problem is and how I can fix this?
    I went to the original motion menu source and saved it as Microsoft AVI (file name:    Premiere pro avi for menu.avi) instead of AVCHD hoping that might help and then brought that file into Encore and linked that as the motion video for the top menu (the other menus don't have a motion background). I tried to animate the buttons for all the menu pages.  When I click on the Premiere Pro avi for menu.avi asset the options show for DVD Transcode automatic and for Blu Ray Automatic (for transcoding).  The file shows as 720X576 and it is 34 seconds long.  The top menu is checked to animate buttons and I can uncheck it if I want, the submenus-start at page 1- have the animate buttons grayed out but checked and I can't uncheck these even if I wanted to. When I tried to burn this to disc, it got further along- burning 13.15 gb to disc and then I got the following error message:
    Blu-ray error:File already exists",Code:"6", Note:Video buffer underflows. Total bitrate is too high near time = 1321.253267 seconds-
    I am running Windows 7 64 bit, 2.4 ghz processor Quad core, 6 gb of memory and 69.1 gb free on my external hard drive and 29.7 gb free on my c drive.  I have an NVIDIA GE force 8500T card.  Any ideas?

  • Error when trying Sample_PMMLImport.java

    I get error when trying to run Sample_PMMLImport.java
    There occurs the following error :
    Invalid length for argument "schema". It must contain between 1 and 30 characters.
    any help is greatly appreciated.
    thanks in advance,
    Adhitya

    I met some problems before for PMML export problem. But mine is solved after I applied the newest patch.
    If it still does not work, try to modify the attribute file:
    modelExport.tableName=(here the table name shoule be less than 30, i think)
    modelExport.schemaName=odm
    modelExport.columnName=XML_DOC
    modelExport.rowid=
    And ensure there is no such table which is specified by the modelExport.tableName. If it still does not work, I don't know,too. Maybe some oracle folks can answer you.
    Thanks
    Chengliang

  • CName Error When Trying to Attach Particular File

    I am using custom buttons to attach, view and remove attachment files to my LiveCycle form. Most files attach without any problem. I have a particular file named, "RECN-TrackingLog.xlsm" that I receive the following error when trying to attach this file to the form. If I copy the file to my desktop, it attaches to the form without any problem. It is named exactly the same. Any idea what is causing this error? I have included the script for the "Attach" button below.
    var myDoc = event.target;
    var sFile = "myFile"+Math.round(Math.random()*10000000000000);//Randomly generated number
    myDoc.importDataObject({cName: sFile});
    var myDataObject = myDoc.getDataObject(sFile);
    var sFileName = myDataObject.path;
    ListBox1.addItem(sFileName,sFile);
    NumericField1.rawValue = NumericField1.rawValue + 1;

    This error turned out to be caused because someone else had that networked file open at the time I was trying to attach the file. That's why when I dragged and dropped a copy onto my desktop, that "version" of the file was not open and would attach without any problem.

  • I am getting an activation error when trying to sign in to FAceTime

    I am getting an activation error when trying to sign in to FAceTime

    me too after upgrading into lion..

  • Keep getting 5002 Error when trying to Sign In

    Hello,
    I created a new @me.com address today for a seperate Apple ID account.  I am needing to sign into the iTunes Store, but I keep getting a response that says:
    "We could not complete your iTunes Store request. An unknown error occurred (5002)."
    Any ideas as to what's going on here?
    I also took a screen cap of the issue:
    Thank you for the help!
    Marcus

    Thank you for your response Carolyn; however, that article does not fix my problem.  I am getting this error when trying to sign into the iTunes Store on my Mac.
    I get the same problem when signing into the Store on the iPad or iPhone.  I simply can't log in, but when I go to iCloud.com or the Apple ID login on Apple.com, it works.
    Marcus

  • I get error message "unknown error" When trying to log on to itunes via pc, help please!

    I get error message "unknown error" When trying to log on to itunes via pc, help please!

    Hello, trolle56.
    Thank you for the question.  You may find these articles helpful in troubleshooting the error received with the iTunes Store. 
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/ts3297
    Cheers,
    Jason H. 

  • Error when trying to update or download any app

    I'm getting an Error when trying to update or download any app from Mac App Store
    Every time I try to update xCode to version 6.2 but I get this error :
    The server gave an error during download: 503 Service Unavailable.
    So I tried to download a random app from the App Store but I got the same error message.
    So any advices ?

    Hello HusseinAlBehary,
    Sorry to hear your troubles updating and downloading apps from the Mac App Store. Based on when you were doing that, it looks like the Mac App Store was experiencing difficulties. It is not currently so you should be able to upgrade with out issues now. If you experience this in the future, look at the page below to start you on figuring out if it is something on your end or Apple’s end. 
    Apple Services, Stores, and iCloud
    https://www.apple.com/support/systemstatus/
    Regards,
    -Norm G.  

Maybe you are looking for

  • Configured Sales Order Items using BAPI_SALESORDER_CREATE

    Hello I am trying to use the BAPI_SALESORDER_CREATEFROMDAT2 to create a Sales Order for a Configured Item . I get my item on the Sales Order but no Configuration Data behind it . I am populating the the order_items_in & order_items_inx tables and lin

  • Need changes in standard data element

    Hi gurus, I want to change in one of SAP standard data element for adding search help into it. for this fields there is no user exit or any enhancement is present. I have taken access key from our basis guy after putting access key i am unable to cha

  • Where is the full screen button in itunes

    I used to be able to click on the expand button on the bottow of the cover flow now its gone, my itunes doesnt have the cover flow view either. How can i change it back to the way it was before the update?

  • SkillSoft Course Player

    I can not seem to access my online college course (in PC computing) via Safari or Explorer. The problem is due to Sun Java not making a Mac version of RunTime for Java. The only fix I have found is to load VP and XP on my G5 (this runs very slow) or

  • Large Data Logging Question

    I am working on a documentary and have about 50 hours of footage recorded over MANY years. Does anyone have any tips as to what would be the most efficient way to log this material? Thanks, D