Create table getting hanged

Hi,
I am trying to create a table with name no_dtls_asmts_bs in a particular schema. but i am not getting the table created and the session getting hanged.but i am able to create table with name no_dtls_asmts_bs1 . why this is happening. i have no object with the name no_dtls_asmts_bs in that particular schema.
Thanks in advance
kishore.

Hi,
11:28:15 zug7_real>create table no_dtls_asmts_bs1(n1 number);
Table created.
11:28:24 zug7_real>desc no_dtls_asmts_bs1
Name                                      Null?    Type
N1                                                 NUMBERI don't think there will be problem with table_name.
check from another session.. what is happening ...else trace out.. you find the things running behind the scene..
- Pavan kumar N

Similar Messages

  • Queue or Queue Table getting hanged

    Hi. I am having an interesting issue. The problem goes as below
    I have a queue table QT_PROMO_QUEUE and the associated queue Q_PROMO_QUEUE. This Queue has two agents QUEUE_AGENT1 and QUEUE_AGENT2.
    Suppose say i have enqueued one message into the this Q_PROMO_QUEUE, then if i have manually deleted(not purging) that message from the queue table QT_PROMO_QUEUE, then the queue is getting hanged. I am not able to perform any operations on the queue except enqueuing the new messages.
    I am not able to do below operations
    dequeuing the messages from the queue, stopping the queue, removing the subscribers from the queue, dropping the queue, or even purging the queue table, and dropping the queue table.
    Early replies are appreciated...Thanks in advance.

    when the Init is sucessfull in BW it initializes the DS in Delta Queue(RSA7) and if any of the documents gets posted they will come to update tables/extraction queue depends on the update mode you have selected in LO Cokpit. when you schedule the job control on LBWE - it transfer the delta records to RSA7

  • System getting hanged whilst using Insert into table select * from table

    I have a peculiar problem.
    I am using the below statements:
    Query 1:
    insert into table ppms.erin_out@ppms_dblink select * from erin_out;
    Query 2:
    insert into table ppms.erin_out@ppms_dblink values(23,'dffgg',12',dfdfdgg,dfdfdg);
    I am in 'interfaces' schema (testing server) and executing above statements. We have testing server and development server, both are identical, i.e one is clone of the other.
    ppms_dblink is created in interfaces schema. ppms_dblink points to different database server which has two schemas 'clarity' and 'ppms'. ppms_dblink is create through authentication details of clarity schema.
    erin_out table is created on ppms schema on the same dababase server pointed by ppms_dblink.
    Question is :
    TOAD hangs while running query 1.
    Query 2 is working perfectly.
    As I have pl/sql script which is using query 1. I want to know why query 1 is creating problem.
    If I use query 2 in my pl/sql query then it may create performance issue as i have to use cursor then.
    On clarity schema, I have insert, update, select, modify rights on ppms.erin_out.
    I have tried same queries from another database server.
    That is I tried queries from 'interfaces' schema of development server ( clone of the testing server ). Its working perfectly.
    Message was edited by:
    user484158

    Dhanchik:
    The table from which I select rows, to insert into table on dblink, is having only one record. It may contatin maximum 100 rows at a time because I am scheduling the procedure through daemon process. Anyway transaction is not more than 100 records. I am trying with just 1 record for testing.
    So 1) Problem is not about the cost, TOAD is getting hanged ( to insert 1 record, cost does not mean much)
    2) there is no large amount of data, so no question of deteriorated performance
    Aron Tunzi:
    I think that should not be problem, because I am able to insert a record through query 2.
    Warren Tolentino :
    I am testing with 1 record only. Its not performance issue.
    Message was edited by:
    रचित

  • Create table statement goes to hang state..in ODI.. in BI database

    Our development team is trying to create an external tabe to another database's schema. ODI is creating the connection bridge inside. I don't know how. But whenever they fire this query it is going to hang state. where as same code is running fine from another database.
    The users by which they are connceting to the source database to fire this query are having same privileges.
    For one database it is working fine as the table is created at the target database and in proper schema but for another it is not working and hanging...(not giving any result)
    Databases are used for BI work and having almost same configurations.
    I have checked the Target database v$session view. It is giving me <enq: PS - contention> event
    and three rows are returning with <PX Deq: Table Q Close> event for other two following rows....
    can anybody throw some light on this? waht should I do now. as killing the blocking session is not solving the problems
    Here is an example of the query executed :
    CREATE TABLE SCHEMA_NAME.C$_0ODS_JDE_F0004
    ( C1_DTSY, C2_DTUCD1, C3_DTRT, C4_DTJOBN, C5_DTUPMJ_DT, C6_DTMRTY, C7_DTDL01, C8_DTPID,
    C9_DTMRCT, C10_DTLN2, C11_DTCNUM, C12_DTUSEQ, C13_DTUSER, C14_DTCDL, JRN_SUBSCRIBER, JRN_FLAG, JRN_DATE )
    ORGANIZATION EXTERNAL
    ( TYPE oracle_datapump
    DEFAULT DIRECTORY DIR_SCHEMA_NAME
    LOCATION ('X58030417C$_0ODS_JDE_F0004_1.EXP' , 'X58030417C$_0ODS_JDE_F0004_2.EXP')
    PARALLEL 2 AS
    SELECT
    NVL(TRIM(F0004.DTSY), ' ') C1_DTSY, NVL(TRIM(F0004.DTUCD1), ' ') C2_DTUCD1, F0004.DTRT C3_DTRT,
    TRIM(F0004.DTJOBN) C4_DTJOBN, J2DT(DTUPMJ, DTUPMT) C5_DTUPMJ_DT, NVL(TRIM(F0004.DTMRTY), ' ') C6_DTMRTY,
    TRIM(F0004.DTDL01) C7_DTDL01, TRIM(F0004.DTPID) C8_DTPID, F0004.DTMRCT C9_DTMRCT, F0004.DTLN2 C10_DTLN2,
    F0004.DTCNUM C11_DTCNUM, F0004.DTUSEQ/10 C12_DTUSEQ, TRIM(F0004.DTUSER) C13_DTUSER,
    F0004.DTCDL C14_DTCDL, ' ' AS JRN_SUBSCRIBER, 'I' AS JRN_FLAG, SYSDATE AS JRN_DATE
    FROM SCHEMA_NAME.F0004 F0004 WHERE (1=1)
    -Regards,
    Saha

    Saha, did you ever get an answer to this? I have the same issue. I thought maybe it had to do with grants on the directory, but that hasn't helped anything.
    Dan

  • Getting error while creating table from one database to other.

    Hi,
    We are getting below error while creating the table from one database to other.
    SQL> create table fnd_lobs parallel compress as select * from [email protected];
    create table fnd_lobs parallel compress as select * from [email protected]
    ERROR at line 1:
    ORA-01555: snapshot too old: rollback segment number 28 with name "_SYSSMU28$"
    too small
    ORA-02063: preceding line from EEXIT2TEST
    ORA-01555: snapshot too old: rollback segment number 28 with name "_SYSSMU28$"
    too small
    ORA-02063: preceding line from EEXIT2TEST
    ORA-01555: snapshot too old: rollback segment number 28 with name "_SYSSMU28$"
    too small
    ORA-02063: preceding line from EEXIT2TEST
    ORA-01555: snapshot too old: rollback segment number 28 with name "_SYSSMU28$"
    too small
    Regards,
    Bhatia

    hi
    what are the apps version local and remote database???
    Snapshot too old errors occur because Oracle can 't reconstruct a consistent
    image of a block for the purposes of a consistent read.
    I feel at remote database, you are using UNDO, it will be rather easy to iincrease the undo retention time or increase the undo tablespace size.. if you are dealing with roll back segments, you may have rollback segments whose optimal values are too small...
    increase roll back segments size and select again then
    the following metalink notes might be helpful
    ORA-01555 "Snapshot too old" - Detailed Explanation Doc ID: 40689.1
    How To Avoid ORA-01555: Snapshot Too Old When Running PAAPIMP Doc ID: 603259.1
    OERR: ORA 1555 "snapshot too old (rollback segment too small)" Doc ID: 18954.1

  • How to get the user created tables.

    hi,
    i'm new to oracle 10g xe. i created 3 tables and inserted data successfully. i want to show the list of all tables which are created by the user.
    in the previous versions i used the syntax, "select * from tab;".
    it retreives all the tables created by user and oracle.
    i need any syntax to get only the user created tables.
    i need ur suggestions.
    regards,
    pavan.

    Hi,
    connect as scott/tiger
    Issue the command
    select table_name from user_tables
    Simon

  • System is getting hanged while creating Adobe Form Layout

    Hello,
    I have Adobe Lifecycle Designer and Adobe Document Service Installed on our server, i have created Adobe form interface in transaction SFP and then a new form created with this interface passing the parameter carrid.
    While creating from layout, through library section I used Text function, as I drag and drop text in to the layout, system is getting hanged everytime with message 1.275 bytes transferred.
    Gurus please help me to understand this error.
    Thanks,
    Avinash

    Get Adobe life cycle designer updated vesrion.
    Also check your desktop/laptop if it has good RAM .
    Adobe is quite fat application which depend upon ur sys prefomanc.
    Hope this will help.
    Thanks Dhiraj.

  • How many minimum tables get Populated once Employee Created in People scree

    Hi
    how many minimum tables get Populated once Employee Created in People screen ?
    thanx

    per_all_people_f
    per_periods_of_service
    per_person_type_usages_f
    per_all_assignments_f (as a primary assignment is mandatory for employee)

  • Tables get affected when creating idoc

    hi,
            Tell me the tables get affected when creating idoc, for example in which
            table idoc error logs get stored etc

    Hi,
    EDIDS - stores the Status of the IDOcs..There you can find the message type, message number and message id
    EDID4 - where the idoc data is stored
    EDIDC - where the control record for the idoc is stored
    Thanks
    Naren

  • Creating table statement gets stuck

    Hi everyone, i can use "select" statements without any problem but when i want to create a table with 100-1000 rows, it gets stuck and never returns and after i close the sql navigator and restart it, it creates my table easily but after 20-30 seconds when i want to create an another table, it stucks again. What can be the problem??(At the first times that i use sql, there was no problem)

    Hi,
    It's a bit difficult to answer. Members will try to help you about database problems but in this case it's impossible to know if it is a database problem. If you have the needed system privileges and some quota on a tablespace there is no reason you wouldn't be able to create tables in an Oracle database !
    Ask your DBA to try directly with SQL Plus but if he confirms it's OK there is a problem with your SQL Navigator tool.
    Best regards
    Phil

  • Get Create Table Statements

    Hi,
    I'm using Oracle Db 10g.
    I want to take the create table statements of few tables.
    Is there any way to get that?
    Thanks

    You can use DBMS_METADATA package:
    select dbms_metadata.get_ddl('TABLE', 'TABLE_NAME') from dual;http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_metada.htm#ARPLS026
    http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:1794096300346327738

  • Getting Error when createing Table control in Module Pool.

    Hi expert ,
    i am creating a module pool program . i want to crate line item value for that i have created table control  on screen 200 .
    but when i am activation to that giving error below mention.
    The field "ZFBDCHALLAN-EBELN" is not assigned to a loop. "LOOP ...ENDLOOP" must appear in "PBO" and "PAI".
    thanks
    chandra

    Its mandatory to have loop endloop in both events
    PBO and PAI
    loop your internal table similarly.
    Please check it should be below format
    PROCESS BEFORE OUTPUT.
    * Set PF Status for screen 100.
      MODULE status_0200.
    * This module will initialize the field
      MODULE init_0100.
      LOOP AT t_custmat_asg INTO w_custmat_asg
          WITH CONTROL tc_1
          CURSOR tc_1-current_line.
    * It will count the record in internal table
        MODULE set_linecount.
    * Screen Modifications
        MODULE status_check.
      ENDLOOP.
    PROCESS AFTER INPUT.
    * Module AT EXIT-COMMAND
      MODULE exit_0200 AT EXIT-COMMAND.
      LOOP AT t_custmat_asg .
        CHAIN.
          FIELD :
          w_custmat_asg-check,
                  w_custmat_asg-kunnr,
                  w_custmat_asg-name1,
                  w_custmat_asg-asgtyp,
                  w_custmat_asg-productcls,
                  w_custmat_asg-sctegry,
                  w_custmat_asg-ctegry,
                  w_custmat_asg-parent,
                  w_custmat_asg-frmdate,
                  w_custmat_asg-todate,
                  w_custmat_asg-frecster,
                  w_custmat_asg-salesrep,
                  w_custmat_asg-flag,
                  w_custmat_asg-username,
                  w_custmat_asg-udate.
    * Validation For Forecaster.
          MODULE validate_forecaster.
    * Validation For Salesrep.
          MODULE valiate_salesrep.
    * Validation for Customer
          module validate_customer.
    * Validate null value
          module validate_null_vals.
    * Validation For Data Changed On The Screen
          MODULE data_changed_0200 ON CHAIN-REQUEST.
        ENDCHAIN.
      ENDLOOP.
    Regards
    Satish Boguda

  • Whenever i tried save as or save PDF created document in Acrobat std 11 (11.0.7), Acrobat get hanged and unresponsive

    Dear Sir,
    I am using Acrobat std 11, (version 11.0.7) with windows 8 in my company. Whenever i try to save any edited or converted or combined PDF document Acrobat software become unresponsive. same issue is there with while i try to insert any new page to PDF from a file, dialog box will not open but it get hanged & become Unresponsive. Acrobat may please help in this issue.
    my PC spesifications are as follows:
    Account Detail:
       User Rights: Regular
       User Account Control: Default
       Process Integrity: Undefined
       Profile Type: None
    Acrobat Detail:
       Sandboxing: Off
       Captive Reader: No
       Multi-Reader on Desktop Support: Off
    Applications Installed:
       Office Version: Office 2010 32-bit
    Available Physical Memory: 2121868 KB
    Available Virtual Memory: 3990316 KB
    BIOS Version: DELL   - 1072009
    Default Browser: C:\Program Files\Internet Explorer\iexplore.exe
        Version: 10.00.9200.16384 (win8_rtm.120725-1247)
        Creation Date: 2012/07/26
        Creation Time: 4:48:22 AM
    Default Mail: Microsoft Outlook
        mapi32.dll
        Version: 1.0.2536.0 (win8_rtm.120725-1247)
    Display Detail:
       Screen Width: 1920
       Screen Height: 1080
       Number of Monitors: 1
       Number of Mouse Buttons: 3
       Has Mouse Wheel: Yes
       Has Pen Windows: No
       Double Byte Character Set: No
       Has Input Method Editor: Yes
       Inside Screen Reader: No
    Graphics Card: Intel(R) HD Graphics (Microsoft Corporation - WDDM 1.2)
        Version: 9.17.10.2768
        Check: Not Supported
    Installed Acrobat: C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\Acrobat.exe
        Version: 11.0.07.79
        Creation Date: 2014/05/08
        Creation Time: 7:19:08 PM
    Installed Acrobat: C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe
        Version: 11.0.0.379
        Creation Date: 2012/09/24
        Creation Time: 9:13:34 AM
    Locale: English (United States)
    Monitor:
        Name: Intel(R) HD Graphics (Microsoft Corporation - WDDM 1.2)
        Resolution: 1920 x 1080 x 60
        Bits per pixel: 32
    OS Manufacturer: Microsoft Corporation
    OS Name: Microsoft Windows Vista
    OS Version: 6.2.9200 
    Page File Space: 4194303 KB
    Processor: Intel64 Family 6 Model 58 Stepping 9  GenuineIntel  ~2893  Mhz
    Session Detail:
       Boot Type: Normal
       Is Shutting Down: No
       Network: Available
       Inside Citrix: No
       Inside VMWare: No
       Remote Session: No
       Remote Control: No
    System Name: BRDROC00DT130
    Temporary Directory: C:\Users\123660\AppData\Local\Temp\
    Time Zone: India Standard Time
    Total Physical Memory: 4066528 KB
    Total Virtual Memory: 4194176 KB
    User Name: 123660
    Windows Detail:
       Tablet PC: No
       Starter Edition: No
       Media Center Edition: No
       Slow Machine: No
    Windows Directory: C:\Windows
    Regards,
    Dharmender

    Hi Dharmender ,
    Did you try to repair your Acrobat once ?If not please try the same and check if that helps you out .
    Launch Acrobat >Navigate to Help >Repair Acrobat Installation .
    Do you get any error message or any prompts when it hangs and become unresponsive ?
    Does this happen with any specific PDF or all the PDF'?
    Also you could try to uninstall Acrobat once and they re install it if the above step does not work .
    Please restart your machine once as well.
    Regards
    Sukrit Dhingra

  • When I try to create table Application ,I am getting an error message .

    create table College(cName varchar2(200) NOT NULL PRIMARY KEY,
              state varchar2(20) NOT NULL,
         enrollment int NOT NULL (enrollment > 0);
    create table Student(sID int NOT NULL, sName varchar2(200) NOT NULL,
    GPA real NOT NULL CHECK(gpa >0 AND gpa < 4.0),
              sizeHS int NOT NULL,
              CONSTRAINT Primary_Key_SID PRIMARY KEY (SID));
    create table Application(sID int NOT NULL,
    cName varchar2(200) NOT NULL,
                   major varchar2(20) NOT NULL,
         decision varchar2(10)) NOT NULL CHECK(decision ='y'OR decision = 'n');
                   CONSTRAINT fk_Sid FOREIGN KEY (SID) REFERENCES Student(SID),
                   CONSTRAINT fk_Cname FOREIGN KEY(CNAME) REFERENCES college(CNAME));
    Error starting at line 5 in command:
    CONSTRAINT fk_Sid FOREIGN KEY (SID) REFERENCES Student(SID),
    Error report:
    Unknown Command
    Error starting at line 6 in command:
    CONSTRAINT fk_Cname FOREIGN KEY(CNAME) REFERENCES college(CNAME))
    Error report:
    Unknown Command
    Edited by: 974970 on Dec 4, 2012 12:54 PM

    a couple of side observations ..
    First, it is much easier to read code when it is (1) formatted, and (2) that formatting is preserved in the forum by use of the \ tag.CREATE
    TABLE College
    cName VARCHAR2(200) NOT NULL
    , state VARCHAR2(20) NOT NULL
    , enrollment INT NOT NULL (enrollment > 0);
    CREATE
    TABLE Student
    sID INT NOT NULL
    , sName VARCHAR2(200) NOT NULL
    , GPA REAL NOT NULL CHECK(gpa >0 AND gpa < 4.0)
    , sizeHS INT NOT NULL
    , CONSTRAINT Primary_Key_SID PRIMARY KEY (SID)
    CREATE
    TABLE Application
    sID INT NOT NULL
    , cName VARCHAR2(200) NOT NULL
    , major VARCHAR2(20) NOT NULL
    , decision VARCHAR2(10)
    NOT NULL CHECK
    decision ='y'OR decision = 'n'
    CONSTRAINT fk_Sid FOREIGN KEY (SID) REFERENCES Student(SID),
    CONSTRAINT fk_Cname FOREIGN KEY(CNAME) REFERENCES college(CNAME));
    Now,
    First, drop the mixed case names.  Oracle isn't going to store them in mixed case in the dictionary, and if your force it to do so you just create bigger problems for yourself.  You may have learned mixed case in the MS world, but this is Oracle.  When in Rome
    Second, you have a column named SID  (yes, you entered it as "sID", but to oracle it is SID.  And to oracle, it is a key word.  Find an alternative.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • CREATE TABLE AS SELECT PROBLEM

    Dear members,
    I created a table whose definition is a select query.
    for ex: I created a table xx_customer as :
    create table xx_customer as
    select customer_name,customer_number
    from xx_ar_customer
    where org_id = '87'when i run the query
    select  count(*)
    from xx_customer;The count was 120 records.
    This was done as part of performance tunning.
    Now few days after the table xx_customer was created few records were inserted into table xx_ar_customer for org_id = '87' .
    So ideally the count should be more than 120 but its not.
    when i run the same query again
    select  count(*)
    from xx_customer;I get count as 120 Records which is wrong.
    It looks like it not refreshing data. If i run the table definition query i am getting count as more than 120 but if i do a select on the table count is still 120.
    Any ideas?
    Thanks
    Sandeep

    Hi,
    795291 wrote:
    I cant create view. I tried that before. If i use view then my query runs for a very long time and if i create a table then the run time is reduced by half :)
    So if we create Table as a select statement, then will it give data at the point of time it was created? Exactly!
    Will it not give latest data?Not unless the latest data happens to be the same as the data at the time it was created.
    CREATE TABLE AS is kind of like putting a photograph of yourself on your web site. If you smile, that doesn't mean the picture smiles.
    CREATE VIEW is kind of like hanging a video camea from your hat, and streaming the output to your web page. As soon as you smile, the picture smiles. It's more expensive than a still picture.
    A compromise apprioach is a Materialized View , which is really a type of table. Like any other table, it occupies space, and is relatively fast to use. You can define a materialized view to be refreshed at regular intervals (once a day, once an hour, once a week, ...) or whenever there is a change in the base table(s).

Maybe you are looking for

  • JTree node problem

    When I choose 1st class file through the FileChooser and display the class details in a JTree by using reflection function, it success. But when I choose the 2nd class file through the FileChooser, the tree node displaying the details of the 1st clas

  • Skype screen goes white during calls and video calls

    Hi, I'm using Windows 8.1 and recently after the latest skype upgrade I'm getting a white screen during regular calls and during video call while I can talk and hear the other side and on the video call the other side can see me. Important to mention

  • Trouble changing a class attribute in a STATEFULL bsp app - PLEASE HELP!!!!

    hello, i have some trouble changing the value of a class attribute, in certain point of the execution of a statefull bsp app. The scenario is: the bsp app is on a url iview in a portal; i have some link in the portal, that do a window.open (pop up) o

  • OBIEE 11.1.1.6.2 BP1 64-Bit - Define MS Access Data Source

    Hi On our 11.1.1.6.2 BP1 64-Bit OBIEE installation I'd like to define an ms access db as data source. We had that in OBIEE 10G too but there it was an 32-Bit ODBC-Source. It seems that OBIEE 11G only accepts 64-Bit ODBC-sources. But for 64-ODBC there

  • Binary numbers to decimal numbers

    Hello, Im writing a program that changes binary numbers to decimal numbers. I seem to be having a probelm calculating the last number in the binary code and adding it to the total. Also, when I use large binary numbers the output isnt anywhere near c