GL_INTERFACE table accidentally dropped

Hi all,
Please this is urgent, i dropped the gl_interface table accidentally, oracle 10g, flashback wasnt enabled, so recyclebin doesnt hold it. so what can i do now? can i still possible recover the table or can the gl_Interface table be generated again, is there any other alternative?
thank you
larry

This DDL is for
RDBMS : 10.2.0.2.0
Oracle Applications : 11.5.10.2
CREATE TABLE GL_INTERFACE
STATUS VARCHAR2(50 BYTE) NOT NULL,
SET_OF_BOOKS_ID NUMBER(15) NOT NULL,
ACCOUNTING_DATE DATE NOT NULL,
CURRENCY_CODE VARCHAR2(15 BYTE) NOT NULL,
DATE_CREATED DATE NOT NULL,
CREATED_BY NUMBER(15) NOT NULL,
ACTUAL_FLAG VARCHAR2(1 BYTE) NOT NULL,
USER_JE_CATEGORY_NAME VARCHAR2(25 BYTE) NOT NULL,
USER_JE_SOURCE_NAME VARCHAR2(25 BYTE) NOT NULL,
CURRENCY_CONVERSION_DATE DATE,
ENCUMBRANCE_TYPE_ID NUMBER,
BUDGET_VERSION_ID NUMBER,
USER_CURRENCY_CONVERSION_TYPE VARCHAR2(30 BYTE),
CURRENCY_CONVERSION_RATE NUMBER,
SEGMENT1 VARCHAR2(25 BYTE),
SEGMENT2 VARCHAR2(25 BYTE),
SEGMENT3 VARCHAR2(25 BYTE),
SEGMENT4 VARCHAR2(25 BYTE),
SEGMENT5 VARCHAR2(25 BYTE),
SEGMENT6 VARCHAR2(25 BYTE),
SEGMENT7 VARCHAR2(25 BYTE),
SEGMENT8 VARCHAR2(25 BYTE),
SEGMENT9 VARCHAR2(25 BYTE),
SEGMENT10 VARCHAR2(25 BYTE),
SEGMENT11 VARCHAR2(25 BYTE),
SEGMENT12 VARCHAR2(25 BYTE),
SEGMENT13 VARCHAR2(25 BYTE),
SEGMENT14 VARCHAR2(25 BYTE),
SEGMENT15 VARCHAR2(25 BYTE),
SEGMENT16 VARCHAR2(25 BYTE),
SEGMENT17 VARCHAR2(25 BYTE),
SEGMENT18 VARCHAR2(25 BYTE),
SEGMENT19 VARCHAR2(25 BYTE),
SEGMENT20 VARCHAR2(25 BYTE),
SEGMENT21 VARCHAR2(25 BYTE),
SEGMENT22 VARCHAR2(25 BYTE),
SEGMENT23 VARCHAR2(25 BYTE),
SEGMENT24 VARCHAR2(25 BYTE),
SEGMENT25 VARCHAR2(25 BYTE),
SEGMENT26 VARCHAR2(25 BYTE),
SEGMENT27 VARCHAR2(25 BYTE),
SEGMENT28 VARCHAR2(25 BYTE),
SEGMENT29 VARCHAR2(25 BYTE),
SEGMENT30 VARCHAR2(25 BYTE),
ENTERED_DR NUMBER,
ENTERED_CR NUMBER,
ACCOUNTED_DR NUMBER,
ACCOUNTED_CR NUMBER,
TRANSACTION_DATE DATE,
REFERENCE1 VARCHAR2(100 BYTE),
REFERENCE2 VARCHAR2(240 BYTE),
REFERENCE3 VARCHAR2(100 BYTE),
REFERENCE4 VARCHAR2(100 BYTE),
REFERENCE5 VARCHAR2(240 BYTE),
REFERENCE6 VARCHAR2(100 BYTE),
REFERENCE7 VARCHAR2(100 BYTE),
REFERENCE8 VARCHAR2(100 BYTE),
REFERENCE9 VARCHAR2(100 BYTE),
REFERENCE10 VARCHAR2(240 BYTE),
REFERENCE11 VARCHAR2(100 BYTE),
REFERENCE12 VARCHAR2(100 BYTE),
REFERENCE13 VARCHAR2(100 BYTE),
REFERENCE14 VARCHAR2(100 BYTE),
REFERENCE15 VARCHAR2(100 BYTE),
REFERENCE16 VARCHAR2(100 BYTE),
REFERENCE17 VARCHAR2(100 BYTE),
REFERENCE18 VARCHAR2(100 BYTE),
REFERENCE19 VARCHAR2(100 BYTE),
REFERENCE20 VARCHAR2(100 BYTE),
REFERENCE21 VARCHAR2(240 BYTE),
REFERENCE22 VARCHAR2(240 BYTE),
REFERENCE23 VARCHAR2(240 BYTE),
REFERENCE24 VARCHAR2(240 BYTE),
REFERENCE25 VARCHAR2(240 BYTE),
REFERENCE26 VARCHAR2(240 BYTE),
REFERENCE27 VARCHAR2(240 BYTE),
REFERENCE28 VARCHAR2(240 BYTE),
REFERENCE29 VARCHAR2(240 BYTE),
REFERENCE30 VARCHAR2(240 BYTE),
JE_BATCH_ID NUMBER(15),
PERIOD_NAME VARCHAR2(15 BYTE),
JE_HEADER_ID NUMBER(15),
JE_LINE_NUM NUMBER(15),
CHART_OF_ACCOUNTS_ID NUMBER(15),
FUNCTIONAL_CURRENCY_CODE VARCHAR2(15 BYTE),
CODE_COMBINATION_ID NUMBER(15),
DATE_CREATED_IN_GL DATE,
WARNING_CODE VARCHAR2(4 BYTE),
STATUS_DESCRIPTION VARCHAR2(240 BYTE),
STAT_AMOUNT NUMBER,
GROUP_ID NUMBER(15),
REQUEST_ID NUMBER(15),
SUBLEDGER_DOC_SEQUENCE_ID NUMBER,
SUBLEDGER_DOC_SEQUENCE_VALUE NUMBER,
ATTRIBUTE1 VARCHAR2(150 BYTE),
ATTRIBUTE2 VARCHAR2(150 BYTE),
ATTRIBUTE3 VARCHAR2(150 BYTE),
ATTRIBUTE4 VARCHAR2(150 BYTE),
ATTRIBUTE5 VARCHAR2(150 BYTE),
ATTRIBUTE6 VARCHAR2(150 BYTE),
ATTRIBUTE7 VARCHAR2(150 BYTE),
ATTRIBUTE8 VARCHAR2(150 BYTE),
ATTRIBUTE9 VARCHAR2(150 BYTE),
ATTRIBUTE10 VARCHAR2(150 BYTE),
ATTRIBUTE11 VARCHAR2(150 BYTE),
ATTRIBUTE12 VARCHAR2(150 BYTE),
ATTRIBUTE13 VARCHAR2(150 BYTE),
ATTRIBUTE14 VARCHAR2(150 BYTE),
ATTRIBUTE15 VARCHAR2(150 BYTE),
ATTRIBUTE16 VARCHAR2(150 BYTE),
ATTRIBUTE17 VARCHAR2(150 BYTE),
ATTRIBUTE18 VARCHAR2(150 BYTE),
ATTRIBUTE19 VARCHAR2(150 BYTE),
ATTRIBUTE20 VARCHAR2(150 BYTE),
CONTEXT VARCHAR2(150 BYTE),
CONTEXT2 VARCHAR2(150 BYTE),
INVOICE_DATE DATE,
TAX_CODE VARCHAR2(15 BYTE),
INVOICE_IDENTIFIER VARCHAR2(20 BYTE),
INVOICE_AMOUNT NUMBER,
CONTEXT3 VARCHAR2(150 BYTE),
USSGL_TRANSACTION_CODE VARCHAR2(30 BYTE),
DESCR_FLEX_ERROR_MESSAGE VARCHAR2(240 BYTE),
JGZZ_RECON_REF VARCHAR2(240 BYTE),
AVERAGE_JOURNAL_FLAG VARCHAR2(1 BYTE),
ORIGINATING_BAL_SEG_VALUE VARCHAR2(25 BYTE),
GL_SL_LINK_ID NUMBER,
GL_SL_LINK_TABLE VARCHAR2(30 BYTE),
REFERENCE_DATE DATE
TABLESPACE APPS_TS_TX_INTERFACE
PCTUSED 0
PCTFREE 10
INITRANS 10
MAXTRANS 255
STORAGE (
INITIAL 128K
NEXT 128K
MINEXTENTS 1
MAXEXTENTS 2147483645
PCTINCREASE 0
BUFFER_POOL DEFAULT
LOGGING
NOCOMPRESS
NOCACHE
NOPARALLEL
MONITORING;
CREATE INDEX GL_INTERFACE_N3 ON GL_INTERFACE
(SUBLEDGER_DOC_SEQUENCE_VALUE, SUBLEDGER_DOC_SEQUENCE_ID)
LOGGING
TABLESPACE APPS_TS_TX_INTERFACE
PCTFREE 10
INITRANS 11
MAXTRANS 255
STORAGE (
INITIAL 128K
NEXT 128K
MINEXTENTS 1
MAXEXTENTS 2147483645
PCTINCREASE 0
BUFFER_POOL DEFAULT
NOPARALLEL;
CREATE INDEX GL_INTERFACE_N4 ON GL_INTERFACE
(REFERENCE26, REFERENCE22, REFERENCE23)
LOGGING
TABLESPACE APPS_TS_TX_INTERFACE
PCTFREE 10
INITRANS 11
MAXTRANS 255
STORAGE (
INITIAL 128K
NEXT 128K
MINEXTENTS 1
MAXEXTENTS 2147483645
PCTINCREASE 0
BUFFER_POOL DEFAULT
NOPARALLEL;
CREATE INDEX GL_INTERFACE_N2 ON GL_INTERFACE
(REQUEST_ID, JE_HEADER_ID, STATUS, CODE_COMBINATION_ID)
LOGGING
TABLESPACE APPS_TS_TX_INTERFACE
PCTFREE 0
INITRANS 11
MAXTRANS 255
STORAGE (
INITIAL 128K
NEXT 128K
MINEXTENTS 1
MAXEXTENTS 2147483645
PCTINCREASE 0
BUFFER_POOL DEFAULT
NOPARALLEL;
CREATE INDEX GL_INTERFACE_N1 ON GL_INTERFACE
(USER_JE_SOURCE_NAME, SET_OF_BOOKS_ID, GROUP_ID)
LOGGING
TABLESPACE APPS_TS_TX_INTERFACE
PCTFREE 0
INITRANS 11
MAXTRANS 255
STORAGE (
INITIAL 128K
NEXT 128K
MINEXTENTS 1
MAXEXTENTS 2147483645
PCTINCREASE 0
BUFFER_POOL DEFAULT
NOPARALLEL;
CREATE SYNONYM APPS.GL_INTERFACE FOR GL_INTERFACE;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO AP WITH GRANT OPTION;
GRANT ALTER, DELETE, INDEX, INSERT, REFERENCES, SELECT, UPDATE, ON COMMIT REFRESH, QUERY REWRITE, DEBUG, FLASHBACK ON GL_INTERFACE TO APPS WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO AR WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO BOM WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO CE WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO CN WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO CRP WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO HR WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO HR_SECURE_USER;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO INV WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO JG WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO MFG WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO MRP WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO OE WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO OSM WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO PA WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO PO WITH GRANT OPTION;
GRANT DELETE, INSERT, SELECT, UPDATE ON GL_INTERFACE TO QA WITH GRANT OPTION;

Similar Messages

  • GL_INTERFACE Table si droped by mistake

    While perform the data migration activity by mistake insted of dropping the rows in GL_INTERFACE table, i drop the table it self. Please help in recreating the table and giving it the right permissions to other users.
    Waiting for quick reply
    Thanks
    Kiran

    Ouch :-) Hopefully this is not a production instance. If you have another test/dev instance with the exact same patch level, you can export this table from that instance and import it into this instance, then truncate the table to delete the rows. Ever after recreating the table, there may be lingering issues since you have effectively lost any referential integrity. The only "correct" solution would be to restore the entire database from backups.
    HTH
    Srini Chavali

  • Portal30_sso accidentally dropped

    Hello ssoers,
    I have a big trouble. I have accidentally dropped the portal30_sso. I tried to import this user from my last backup but i am getting the following errors:
    Connected to: Oracle8i Release 8.1.7.0.0 - Production
    JServer Release 8.1.7.0.0 - Production
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in WE8ISO8859P1 character set and WE8ISO8859P1 NCHAR character set
    . importing PORTAL30_SSO's objects into PORTAL30_SSO
    . . importing table "CREATE$JAVA$LOB$TABLE" 0 rows imported
    . . importing table "JAVA$CLASS$MD5$TABLE" 2 rows imported
    . . importing table "WWCTX_COOKIE_INFO$" 1 rows imported
    . . importing table "WWCTX_SSO_SESSION$" 143 rows imported
    . . importing table "WWC_VERSION$" 1 rows imported
    IMP-00017: following statement failed with ORACLE error 439:
    "BEGIN DBMS_RLS.ADD_POLICY('PORTAL30_SSO', 'WWC_VERSION$','WEBDB_VPD_POLIC"
    "Y','PORTAL30_SSO','WEBDB_VPD_SEC','SELECT,INSERT,UPDATE,DELETE',TRUE,TRUE);"
    " END;"
    IMP-00003: ORACLE error 439 encountered
    ORA-00439: feature not enabled: Fine-grained access control
    ORA-06512: at "SYS.DBMS_RLS", line 0
    ORA-06512: at line 1
    . . importing table "WWDOC_DOCUMENT$" 0 rows imported
    IMP-00017: following statement failed with ORACLE error 439:
    I do not know how to procede. Please help me out.
    Thanks
    Hardy.

    Hi Hardy,
    Follow this steps:
    1. First check wether portal30_sso schema still exist or not. If yes and if it does not have any objects then simply drop that user explicitly. ie drop user portal30_sso
    2. Then this step depends on your version of Oracle 9iAS. In the previous version, for the portal and login server installation 2 seperate options were available in the 9iAS Portal Configuration assistance. But in the latest version ie 1.0.2.2, it has single option to install both portal and login server schema. So you can't use this to install just your login server schema. Instead you can install the login server using a script available in portal30 directory. So just check with your configuration assistance and see wether it provides seperate options to install portal and login server. If yes then reinstall the login server or else go to next step.
    3. Here is the step to install only the login server schema using script files. The name of the script is linstall.cmd. Its located in 9iAS_Home/portal30/admin/plsql/ directory
    Example: linstall -o portal30_sso -i portal30_sso_ps -s http://webdbsvr.us.oracle.com:3000/pls/portal30_sso/ -r 12345 -p change_on_install -u users -t temp -d users -l users -c orcl
    For more information you can open that cmd file in a text editor and view all the parameters.
    4. Once you install login server, then you can try Portal export/import to get your data back.
    5. At last check wether you login server has the correct configuration information or else run the ssodatan.cmd script again with proper parameters.
    This are just my suggestions. You can try this and lets hope that it works fine for you.
    Cheers,
    Pranav

  • How to check if a constraint existed in the table and drop it?

    Hi all,
    I want to drop a constraint from a table. I do not know if this constraint already existed in the table. So I want to check if this exists first.
    Below is my query:
    DECLARE
    itemExists NUMBER;
    BEGIN
         itemExists := 0;
    SELECT COUNT(CONSTRAINT_NAME) INTO itemExists
    FROM ALL_CONSTRAINTS
    WHERE UPPER(CONSTRAINT_NAME) = UPPER('my_constraint');
    IF itemExists > 0 THEN
    ALTER TABLE my_table DROP CONSTRAINT my_constraint;
    END IF;
    END;
    Here is the error I got when I executed the above query:
    ORA-06550: line 11, column 5: PLS-00103: Encountered the symbol "ALTER" when expecting one of the following: ( begin case declare exit for goto if loop mod null pragma raise return select update while with <an identifier> <a double-quoted delimited-identifier> <a bind variable> << continue close current delete fetch lock insert open rollback savepoint set sql execute commit forall merge pipe purge
    Please help me with this!
    Greatly appreciate!
    Khoi Le

    Yes, I also tried to put the pl-sql in the Execute Immediate. However, the error still remains
    EXECUTE IMMEDIATE 'DECLARE
    itemExists NUMBER;
    BEGIN
         itemExists := 0;
    SELECT COUNT(CONSTRAINT_NAME) INTO itemExists
    FROM ALL_CONSTRAINTS
    WHERE UPPER(CONSTRAINT_NAME) = UPPER('my_constraint');
    IF itemExists > 0 THEN
    ALTER TABLE my_table DROP CONSTRAINT my_constraint;
    END IF;
    END';
    I execute the above code via running the batch file.
    Here is the error after I ran the batch file:
    ORA-06550: line 11, column 5:
    PLS-00103: Encountered the symbol "ALTER" when expecting one of the following:
    ( begin case declare exit for goto if loop mod null pragma
    raise return select update while with <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> <<
    continue close current delete fetch lock insert open rollback
    savepoint set sql execute commit forall merge pipe purge
    The symbol "lock was inserted before "ALTER" to continue.
    ORA-06550: line 11, column 53:
    PLS-00103: Encountered the symbol "DROP" when expecting one of the following:
    . , @ in <an identifier>
    <a double-quoted delimited-identifier> partition subpartition
    ORA-06512: at line 2117
    I can not manually drop it. I need to do this via running an update script file.
    Is there a different way to accomplish this?
    Thank you very much!

  • I accidentally dropped macbook air that was in a book bag. The keyboard is working because I can see the light but the screen is black and it won't turn off. How should I fix this? Please Help ME!!

    I accidentally dropped my friend's macbook air that was in a book bag. The keyboard is working because I can see the light but the screen is black and it won't turn off. How should I fix this? Please Help ME!!
    I tried to turn it off and it didn't work... and I held on to the shift key too and it still doesn't work..
    Please help me..

    Accidental damage is not covered under Apple warranty.  And it seems there is much accidental damage.  Only a Genius Bar tech looking at it can tell how much it will cost to repair.
    Cost to repair will be high, I suspect (though Genius Bar will confirm/deny.
    There is no gentle way to say this sir/ma'am ... someone will need to pay for your friend's MBA repairs.

  • Alter table tablename drop column col

    I tried to drop a column from a table created by sys user. Being a sys user I am unable to drop the column. Please explain.
    SQL> alter table test move tablespace users;
    Table altered.
    SQL> alter table test drop column two;
    alter table test drop column two
    ERROR at line 1:
    ORA-12988: cannot drop column from table owned by SYS
    Here two is the column name.
    Regards
    Vijay Kumar

    Hello Gasparotto
    It is amazing to me. Being a sys user I created a table and then I tried to alter the table by dropping a column but it is giving me error as I have already stated. Please explain over this issue.
    Regards
    Vijay Kumar

  • Why is my iPod touch 5 screen unresponsive? I accidentally dropped it and now the screen won't do anything. I've tried resetting it over and over again but nothing is working. Can someone tell me what is going on? Thanks

    My iPod touch is being unresponsive. I accidentally dropped it screen down and now when I go to slide to unlock it, it won't work. I've tried numerous times at resetting it, holding the home and sleep/wake button until it resets, with no luck. The Wi-Fi isn't even connecting. And the notification pull down screen and the pull up screen isn't present either. Would really like to know what is wrong with it. Thanks.

    Try the following but you likely have a hardware problem:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable                     
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar                                     

  • I accidentally dropped by old ipod in the garage and drove over it.  So I bought an ipod nano 7th gen. to replace it.  Can I transfer the itunes from my old ipod to my new one?  I only have about 30.

    I accidentally dropped by old ipod in the garage and drove over it.  So I bought an ipod nano 7th gen. to replace it.  Can I transfer the itunes from my old ipod to my new one?  I only have about 30.

    AAll of your iTunes purchases can be re-downloaded again. Log into iTunes Store, select the Purchases tab for Apps, Music, etc.
    if you've been syncing your old iPod with iTunes, you can restore everything to your new iPod from the old backup.

  • I accidentally dropped my iPhone 5s in water. .

    I accidentally dropped my iphone 5s in water....
    but i was not able to put it in rice as soon as it happened. it took me 2 hours.. it is currently in rice and i am hoping it'll be fine.... I switched it off as soon as it happened.
    Is there something else I can do? Please Help...

    thank u for your help...but do i fully submerge it?  put it face down? or leave it standing? 

  • Controlling posting sequence during GL Import(GL_INTERFACE table)

    I am putting multiple journal records in GL_INTERFACE table having same accounting date. I have enabled Auto Post.
    My requirement is, during Journal import and subsequent Auto posting. Some particular journals to be posted before posting other journals. Is there any column in GL_INTERFACE other than accounting date, which can be used to sequence the posting of journals in GL.
    This requirement comes due to the fact, that some of the journals add funds to a account and other journals use that funds from that account. My requirement is when I do a journal import, GL should first post the journals which add funds and then post the other journals which use those funds, else I may have funds check failed issue.
    Please let me know of solutions...

    Hi,
    Thanks for the solution. My company has assigned me similar kind of automation process. So if you could give me more input on this that would be great. You can send me further mails on the following id : [email protected] or a reply in the same forum is much appriciated. Waiting for your reply.
    Thanks,
    Nagaraj

  • GL_Interface Table

    Hi All,
    I have a question about GL_Interface Table.
    Our company has been spitted and at the time of split one of users run a journal import, and that request has been killed.
    After all in GL_Interface I have 4 records (a journal), which already has been posted to GL but still reside in a table.
    What should I do? Just Delete them? Oracle is not recommend it :(

    if you are absolutely sure they have been imported into the GL for the right company, etc, etc, you don't need them in the interface table anymore.
    You can delete them.

  • Prevent auto data deletion of records from gl_interface table after success

    Hello All,
    I currently developing the journal conversion.
    I have successfully imported some sample journal data.
    But the problem here is i am not able find the successfully uploaded journal data in the gl_interface table.It is getting deleted after successful import.
    How to prevent this deleted, i want that data to be available in the gl_interface table.
    Any setup needs to be done for this?
    Oracle ebs version : 12.1.1
    Thanks & Regards
    aboothahir

    any suggessions on the above query?
    Thanks & regards
    Aboo

  • Accidentally dropped 600 songs into one album!!

    I have accidentally dropped 600 songs - all from different albums - into one album. The only remaining meta data for each song left is the name. Is there a program or way I can get the songs to be arranged at least roughly into there previous album folders? Or is the only solution to go through each song individuelly and change the meta data like album name/artist etc?
    Tks for any suggestions!

    In iTunes an "album" is any collection of tracks with the same Album title and the same Album Artist, or Artist if Album Artist is blank, or for which Part of a compilation is true. This can be further complicated by inappropriate values in the various sort fields. See Grouping tracks into albums for more.
    tt2

  • When a table was dropped

    Hi,
    in 9i , is it a way to know when a table was dropped ?
    Thank you.

    user10274093 wrote:
    Hi,
    in 9i , is it a way to know when a table was dropped ?
    Thank you.
    DBMS_LOGMNR

  • When a table is dropped

    when a table is dropped, are the associated indexes, constraints and views automatically dropped?

    CASCADE CONSTRAINTS allows you to drop a parent table before a child table that has a foreign key constraint that references the parent table. The constraints that you are dropping in this case are not constraints on the table you're dropping, they are constraints on other tables that refer to the table you're dropping.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

Maybe you are looking for

  • How can I change the font size in the contacts win...

    I can change the font size in the Message window,  but the text that I type is too small for me to read, and I'm making a lot of typing mistakes. For the most part,  I need every font in Skype to be made larger.   I'm visually impaired,  and using sk

  • Spry event listeners with dynamic form elements

    Hi , I am trying to implement spry event listeners with a form that has dynamic check boxes and text field name. I now i can get the elements in a var and loop through with a normal function but can this work for spry events listeners

  • Bridge CS5 won't let me create Smart Collection

    Hi all - I am working with CS5 on a PC (Windows 7 Professional/64-bit) and Bridge will not allow me to create a Smart Collection. We want to use Bridge to sort graphics based on the type of graphic they are. We added keywords to the files and can use

  • Setting the XDP source at runtime

    Hi, I would like to set the template source for an InteractiveForm UI element via the IWDInteractiveForm.<b>setTemplateSource</b> method in the wdDoModifyView of my view. I would like to set it to a URL or something like that. But I always get the fo

  • My calendar on my iphone is different from the one on my macbook, help

    On my MacBook Pro I have duplicate birthdays, duplicate events, and when I enter new events into my MacBook's calendar it doesn't transfer to my iPhone 4s, even though I have "all calendars sync using icloud"  Help