Patch 3480000 install - Failed worker  FndXdfCmp  Index *  doees not exist

Dear All
I am in the process of installing Patch 3480000 (11.5.10.2) and during the running workers 1 failed with "FndXdfCmp"
the full command is_
adjava -mx256m -Xrs -nojit oracle.apps.fnd.odf2.FndXdfCmp &un_apps &pw_apps &un_apps &pw_apps &jdbc_protocol &jdbc_db_addr table &fullpath_okc_patch/115/xdf_TEMP_15049
80.xdf &fullpath_fnd_patch/115/xdf_xsl index_category=large parallel_index_threshold=20000
and the error is_
Table Name is TEMP_1504980
Table exists in the target database
Checking for differences
Number of columns for the table in the xml file is 3
The table in the Xml file and in the target database match
Index hashcode(s) extracted from the XDF.
Hashcodes generated for DB indexes.
Index TEMP_1504980_N1 does not exist in APPS. <---------------------------------------------------------------------------------
Skipping the creation of index TEMP_1504980_N1 in current mode.
Thanks&BR
Tarek

Please see the suggested solutions in these docs.
Errors on FndXdfCmp.class : "ORA-03113: end-of-file on communication channel" and "FND-UT-CMT: ORA-01041: internal error. hostdef extension doesn't exist" [ID 577534.1]
Unable To Create The Primary Key Constraint [ID 828990.1]
ICX_TRANSACTIONS.xdf Failed to Create Index ICX_TRANSACTIONS_U1 While Applying Patch 6435000 [ID 1081195.1]
Thanks,
Hussein

Similar Messages

  • Patch 3480000 install - Failed worker because of GL locking

    I am in the process of installing Patch 3480000 (11.5.10.2) and during the running workers fail on sql scripts under the GL schema. Checking the log they are failing because the account is locked(timed), however if I unlock it and run again it locks the account again.
    All the other ones have been running as they should (I have had to reset a couple from EXPIRED(GRACE) to proceed however). Is the password saved incorrectly somewhere? If I change it does that hose things up for everything else or is there something else I can check for this?
    (glxlatxd.sql & glqtposd.sql are the two failing if it matters)
    Thanks
    Edited by: Toolman21 on Jan 22, 2010 3:30 PM

    If I drop the sequence and create it again with the higher values as they are trying to alter it to, I assume that would fix it however I also assume that it would mess up some number or something somewhere in the program which is of course bad.
    I have continued to search metalink and the internet and can not find anything relating to oracle patches and that error or that error and oracle app sever in general.
    I have logged an SR with Oracle but any advice that you (or anyone) have would be appreciated.
    This is the more complete error text
    The sequence PV_SEARCH_ATTR_VALUES_S in the database is defined as:
    MINVALUE = 1 MAXVALUE = 2000000000 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 20
    which should be defined as:
    MINVALUE = 10000 MAXVALUE = 2000000000 INCREMENT BY = 1
    CYCLE = YES ORDER = NO CACHE = 1000
    +(Note: The cache value for sequence PV_SEARCH_ATTR_VALUES_S is 100000 in the ODF file. The value 1000 is being used instead because this provides better performance when selecting from the sequence.)+
    Alter the sequence with :
    Start time for statement below is: Mon Jan 25 2010 14:47:32
    ALTER SEQUENCE PV.PV_SEARCH_ATTR_VALUES_S MINVALUE 10000 CYCLE CACHE 1000
    AD Worker error:
    The following ORACLE error:
    ORA-04007: MINVALUE cannot be made to exceed the current value
    occurred while executing the SQL statement:
    ALTER SEQUENCE PV.PV_SEARCH_ATTR_VALUES_S MINVALUE 10000 CYCLE CACHE 1000
    AD Worker error:
    Unable to compare or correct sequences
    +     because of the error above+
    Time when worker failed: Mon Jan 25 2010 14:47:32
    Thanks again
    Edited by: Toolman21 on Jan 25, 2010 2:23 PM

  • Patch 3480000 install - Failed worker   ALTER SEQUENCE

    Dear All,
    I am in the process of installing Patch 3480000 (11.5.10.2) and during the running workers 1,3 fail and this the part of worker 1 log :
    The sequence IEM_ACCOUNT_TAG_KEYS_S1 in the database is defined as:
    MINVALUE = 1 MAXVALUE = 2000000000 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 20
    which should be defined as:
    MINVALUE = 10000 MAXVALUE = 2000000000 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 20
    Alter the sequence with :
    Start time for statement below is: Fri Apr 29 2011 14:51:14
    ALTER SEQUENCE IEM.IEM_ACCOUNT_TAG_KEYS_S1 MINVALUE 10000
    AD Worker error:
    The following ORACLE error:
    ORA-04007: MINVALUE cannot be made to exceed the current value
    occurred while executing the SQL statement:
    ALTER SEQUENCE IEM.IEM_ACCOUNT_TAG_KEYS_S1 MINVALUE 10000
    AD Worker error:
    Unable to compare or correct sequences
    *     because of the error above*
    Thanks&BR
    Tarek

    Hussein
    _ this  I did:_*
    **SQL> select IEM.IEM_TAG_KEYS_S1 .nextval from dual;**
    **NEXTVAL**
    **10001**
    **SQL> alter sequence IEM.IEM_TAG_KEYS_S1 increment by 1000;**
    **Sequence altered.**
    **SQL>**
    and this part from screen out put:_+
    **ATTENTION: All workers either have failed or are waiting:**
    **FAILED: file iemsvrp.odf on worker 1.**
    **ATTENTION: Please fix the above failed worker(s) so the manager can continue.**
    **Fixed: file iemsvrp.odf on worker 1 for product iem username IEM.**
    **Restarted: file iemsvrp.odf on worker 1 for product iem username IEM.**
    **FAILED: file iemsvrp.odf on worker 1 for product iem username IEM.**
    **ATTENTION: All workers either have failed or are waiting:**
    **FAILED: file iemsvrp.odf on worker 1.**
    **ATTENTION: Please fix the above failed worker(s) so the manager can continue.**
    and this from log file:+_
    **The sequence IEM_ENCRYPTED_TAG_DTLS_S1 in the database is defined as:**
    **MINVALUE = 1 MAXVALUE = 2000000000 INCREMENT BY = 1**
    **CYCLE = NO ORDER = NO CACHE = 20**
    **which should be defined as:**
    **MINVALUE = 10000 MAXVALUE = 2000000000 INCREMENT BY = 1**
    **CYCLE = NO ORDER = NO CACHE = 20**
    **Alter the sequence with :**
    **Start time for statement below is: Fri Apr 29 2011 17:10:15**
    **ALTER SEQUENCE IEM.IEM_ENCRYPTED_TAG_DTLS_S1 MINVALUE 10000**
    **AD Worker error:**
    **The following ORACLE error:**
    **ORA-04007: MINVALUE cannot be made to exceed the current value**
    **occurred while executing the SQL statement:**
    **ALTER SEQUENCE IEM.IEM_ENCRYPTED_TAG_DTLS_S1 MINVALUE 10000**
    **AD Worker error:**
    **Unable to compare or correct sequences**
    **     because of the error above**
    Thanks hussein
    please advise
    Tarek
    Edited by: user11973469 on Apr 29, 2011 5:17 PM
    Edited by: user11973469 on Apr 29, 2011 5:18 PM

  • While trying to re-install Mac OS X, appears the following screen: Install failed Mac OS X could not be installed on your computer The installer encountered an error that caused the installation to fail. Contact the software manufacture for assistance.  C

    While trying to re-install Mac OS X, appears the following screen:
    Install failed
    Mac OS X could not be installed on your computer
    The installer encountered an error that caused the installation to fail.
    Contact the software manufacture for assistance.
    Click Restart to restart your computer and try installing again.

    You should be able to install Mac OS X 10.7 or later on your 2011 MacBook Pro without issue, if it came with 10.6.3 as your signature suggests.  Mind you, any 2011 MacBook Pro must use the original 10.6 installer disc labelled MacBook Pro if it desires to have 10.6 installed on it.   The retail installer disc will not work on that model, nor will one from another age MacBook Pro, or other model labelled installer.  Also
    10.7 came both on USB Flash drive and Mac App Store installer versions.   Both required either 10.6.6 minimum be pre-installed, or no Mac OS X operating system on the drive or partition it was to be installed on.
    10.7.1 through 10.7.5 combo could be installed only once 10.7 had been installed.  A combo update is available for installing on top of any version of 10.7.  Otherwise only the preceding version could be updated to the next.
    10.8 came only on Mac App Store installer.  It is available only to 10.6.8 and later users.
    10.8.1 to 10.8.5 combo could be installed only once 10.8 had been installed.  A combo update is available for installing on top of any version of 10.8.  Otherwise only the preceding version could be updated to the next.
    10.9 came only on Mac App Store installer. It is available only to 10.6.8 and later users.
    Both 10.9 and 10.9.1 had a serious security vulnerability, which only 10.9.2 addressed.
    10.9.2 combo could be installed only once 10.9 had been installed. 
    For all three Mac App Store releases, the partition to be installed on had to be GUID partition formatted according to Apple Disk Utility.

  • Error: "install failed mac os x could not be installed on your computer"

    Wanted to post an error I repeatedly got in case anyone else out there has the same issue. Went to do a snowleopard (10.6) upgrade and clean install on a mac pro (coming from 10.5). After about the "26 minutes left" mark I repeatedly got the following error:
    "install failed mac os x could not be installed on your computer
    the installer could not copy the necessary support files
    click restart to restart your computer and try installing again"
    i searched a bunch for this and could not find any definitive answers or help.
    the log file was very vague, referring to errors writing package(s).
    at first i thought it was a bad DVD drive as it was making a bunch of noise and taking a long time to boot. So i went and purchased a new DVD drive and successfully installed it. nope, same issue. then i pulled out all of my 3rd party RAM. nope. then i tried swapping the RAM into different configurations, nope.
    after many many hours of various methods and re-partitioning, etc, just for the heck of it i replaced the harddrive, and it worked!
    So, for those of you out there who get this error, try troubleshooting your hardware, try swapping your harddrive.

    You should be able to install Mac OS X 10.7 or later on your 2011 MacBook Pro without issue, if it came with 10.6.3 as your signature suggests.  Mind you, any 2011 MacBook Pro must use the original 10.6 installer disc labelled MacBook Pro if it desires to have 10.6 installed on it.   The retail installer disc will not work on that model, nor will one from another age MacBook Pro, or other model labelled installer.  Also
    10.7 came both on USB Flash drive and Mac App Store installer versions.   Both required either 10.6.6 minimum be pre-installed, or no Mac OS X operating system on the drive or partition it was to be installed on.
    10.7.1 through 10.7.5 combo could be installed only once 10.7 had been installed.  A combo update is available for installing on top of any version of 10.7.  Otherwise only the preceding version could be updated to the next.
    10.8 came only on Mac App Store installer.  It is available only to 10.6.8 and later users.
    10.8.1 to 10.8.5 combo could be installed only once 10.8 had been installed.  A combo update is available for installing on top of any version of 10.8.  Otherwise only the preceding version could be updated to the next.
    10.9 came only on Mac App Store installer. It is available only to 10.6.8 and later users.
    Both 10.9 and 10.9.1 had a serious security vulnerability, which only 10.9.2 addressed.
    10.9.2 combo could be installed only once 10.9 had been installed. 
    For all three Mac App Store releases, the partition to be installed on had to be GUID partition formatted according to Apple Disk Utility.

  • HT4718 infinite loop error installing  lion internet recovery "Install Mac OS X" window. " Install Failed Mac OS X could not be installed on your computer - Restart"

    Hi all,
    my macbook pro became extermily slow for some reason, I rebooted it many times and same problem so I decided to reinstall the Mac OS X lion from the internet.
    I tried installing  lion internet recovery, it downloaded it and restarted. I got the "Install Mac OS X" window. then while installing I got the sad message " Install Failed Mac OS X could not be installed on your computer" and the only botton is "restart". Everytime I restart I gor the same message. Now I am trying to start from the harddisk but I does not show when you start the pc, keep clicking the "alt" botton. It only shows "Mac OS X Installer" and "Recovery HD". What Should I do?
    I appreciate your help. Thanks.

    Thanks Baltwo.
    I could format it and get the back up from time machine but it is not up to date so I want to leave it at last.
    I tried to back it up on external hard drive and got an error, tried CCC for back up and error again.
    Just wanted to do an update on the subject. Still trying to get it back.

  • TREX "Index does not exist" in TrexQueueServerAlert.trc

    Hi Portal Gurus
    We have installed EP 6 SP9 + KM/CM, then upgraded to SP16, and installed TREX 6.1 with Patch 27 all on AIX 5.3. I cannot get the indexing to work, I get green lights for the index monitor and the crawler monitor finds the index but no documents are indexed ie. all fields 0's. I have the following error in the TrexQueueServerAlert.trc file:
    CLIENT_TRACE TRexApiAdmin.cpp(04615) : TNS: getServer failed for index 'adrienne_test', function: 'getAttributeList'
    CLIENT_TRACE TRexApiAdmin.cpp(04695) : Index does not exist;index=adrienne_test : return code: 2007
    I also get the following error in the TrexIndexServer.Alert:
    TrexNet      Channel.cpp(00222) : ERROR: reading from 3 <my.ip.num.here:30001> failed with rc=14 (connection broken)
    TrexNet      Channel.cpp(00222) : ERROR: reading from 3 <my.ip.num.here:30001> failed with rc=14 (connection broken)
    TrexNet      BufferedIO.cpp(00440) : ERROR: read from 3 <my.ip.num.here:30001> failed - resetting buffer
    TrexNet      BufferedIO.cpp(00440) : ERROR: read from 3 <my.ip.num.here:30001> failed - resetting buffer
    TNSClient.cpp(00448) : sendRequest to myhostname:30001 failed with NetException. data=[setinactive](S)client_
    id=myhostname:30013.145012...
    TNSClient.cpp(00448) : sendRequest to myhostname:30001 failed with NetException. data=[setinactive](S)client_
    id=myhostname:30003.116748...
    I have seen other threads for the above error that involves assigning the CM System for the TaskQueueReader which I have done but this has not solved the problem.
    Points rewarded for answer that solves this issue.
    Thanks
    Adrienne

    Hi Adrienne,
    One more suggestion..
    Trying to deactivate the Index management service and activating it back.
    Steps:
    1. Go to System Admin - system Config - KM - Global Services
    2.Activate the "advanced mode" from the top level menu
    3. Find "Index Management Service" and go inside.
    4. Edit the same and remove the tick mark from "Active" field.
    5. To view the change,Restart the J2ee engine. Now you Index management service in "inactive".
    6. Check the Index Management Service. ( if available, it shouldnt)
    7. Now activate the index management service again by placing the "tick mark" in the "Active " field and restart the entire service (j2ee,db, trex)
    8. Now go the "Index Managment" and delete old indexes and its references.
    9. Try creating a new index with a new data source.
    10. Now it should work.
    Regards,
    venkat.
    [<b>Pls say the SDN way of thanks by rewarding points for all helpful answers</b>]

  • Connection Failed: The server "name" may not exist or it is unavailable...

    So I think I know what caused this problem, but I can't figure out how to make it stop...
    When I go to print, if I try to click on the pop-up to change the default printer setting, there's a LONG delay, then I get a dialog that says:
    Connection Failed
    The server "name" may not exist or it is unavailable at this time. Check the server name or IP address, check your network connection, then try again.
    Then there's another delay and I get the message a second time. I can then select any of my printer settings and print fine, it's just an annoying delay if I click on that pop-up accidentally or need to change it.
    I have a new iMac and I migrated from my old G5. The "name" of the server it is seeking is my old G5, so that must be in the settings somewhere, but I can't find it. I tried going into the Print & Fax settings in System Preferences, deleting the printer there, and then re-adding, but that didn't clear it up.
    Thanks for any insight you can provide!
    --John

    Hmm, well, this stopped working again for me. I tried swapping ethernet and re-installing the Airport client update - to no avail. I could always see my Mac shares from PCs though. However, I have (for now) managed to connect to the PC using ip address rather than name even though finder quite clearly sees the name. Does your printer connection work by ip rather than name ? I'm going to play name lookup detective for a bit now - it's some kind of Netbios name lookup issue I guess as I've no local DNS service. resolv.conf is apparently not used so a bit of learning to do! ...
    ... nmblookup seems to work but nslookup doesn't. Looks like SL connect via Finder isn't using nmblookup properly and I can't see how to make that work. When this gets reported enough it should get a publicised work-round or a fix. If only I can get dig/nslookup to slave out to nmblookup ...must be something I can configure for that ??

  • '"Connection Failed" : The server "rrnas01" may not exist or it is unavailable at this time. Check the server name or IP address, check your network connection, and then try again' message

    '"Connection Failed" : The server "rrnas01" may not exist or it is unavailable at this time. Check the server name or IP address, check your network connection, and then try again' message keeps displaying whenever I try to open any Adobe CS5 applications (except for Adobe Acrobat Pro). It displays until I click "OK" about 15-20 times or so and then will finally let my program open.
    I have tried deleting files within my Library/Preferences folder and turning off/deleting login items within my system preferences as other forums suggested but nothing happened. Spending 3.5 hours on the phone with Adobe and completely uninstalling and then reinstalling the entire CS5 Master Collection didn't work either.
    Also, it may be helpful to know that my programs worked fine for about three weeks then when we got internet and changed the password (the join, not the adminstrative password) with the wireless network "ScubaSteve" (which I've used with no problems at my old apartment) it started acting up. I have never seen "rrnas01" before so I don't know at all where it came from. I also installed the free 30 day trial of Suitcase Fusion 3 recently, but thinking that could also be the cause I have uninstalled it, and still no help.
    Please help me! And please keep in mind I don't know all the computer lingo that a lot of the people in these forums seem to know. Thanks in advance for ny help you can give me.

    It may not be possible .. there is a major bug between Mountain Lion and the TC where the TC disk goes off the radar of the computer.
    Lion is also affected but not as badly.
    7.6.4 seems worse than earlier firmware.. so back to 7.6.1 or 7.5.2 if that is possible.
    Obviously that is not a solution for a later Gen5 TC.
    Reset to factory after the firmware downgrade. .use all network names that are short, no spaces and pure alphanumeric.
    If the TC is the main router set the dhcp to a very short lease time.. eg 30min.. and see how it goes, or try a longer lease like 99days.
    I prefer the very short lease but response has been mixed.
    Use ethernet not wireless.. ethernet is always more reliable and stable than wireless.
    And last .. a nightly electric timer that powers off every night at midnight for 1min.. would not be the first device we have suggested a fix that amounts to beat the unit to the punch by forcing it to reboot since it is unstable.

  • Ora-12545 connect failed because target host does not exist(plsql develper)

    Hi,
    I am using Oracle 10g version, and i am using plsql developer.
    I am able to connect Oracle through sql*plus, But i am not able to connect Oracle through plsql developer from past few days, it is giving me error like:
    ora-12545 connect failed because target host does not exist
    I have not done any changes in setting though i am getting this problem, earlier i was able to work with plsql developer very good.
    I am sending the TNS file for your reference.
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = vnod-PC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    Please help me in this.
    Thanks,
    Vinod

    910575 wrote:
    Hi,
    I am using Oracle 10g version, and i am using plsql developer.There are numerous products with similar names.
    Which vendor provides your software & which version of the software do you have?
    Is the Oracle database server system installed on the same system as your client software?
    post results from following SQL
    SELECT * FROM V$VERSION;
    Handle:     910575
    Email:     [email protected]
    Status Level:     Newbie
    Registered:     Jan 26, 2012
    Total Posts:     42
    Total Questions:     20 (18 unresolved)
    Why so many unanswered questions?
    Edited by: sb92075 on May 18, 2012 9:30 PM

  • Connection failed - The server "name" mayt not exist or it is unavailable..

    I've been connecting my 24" iMac with my 15" MacBookPro either over the WiFi or via Ethernet for months to share hard drive space & to save time transfering files constantly.
    But now, all of a sudden, I'm getting the following error message:
    +*Connection Failed*+
    +The Server "MacBookProName" may not exist or it is unavailable at this time. Check the server name or IP address, check your network connection, and then try again.+
    After this, I succeded in being able to connect via Share Screen and via Web Sharing. It is only not working when I access through finder. Also, it's not letting me click on "Connect As..." so I can't check if it's entering the correct info too.
    Both Macs are 10.6.6 and both have software fully updated.
    Help!?

    Fixed.. Was firewall settings on the MacBookPro

  • Load failure: TREX_EXT_GET_INDEX_INFO Index does not exist

    Hi,
    One of our load(Trex index details) failed with the error message as TREX_EXT_GET_INDEX_INFO Index does not exist:index=bwp_zxxxcube-union_of_    2007 Message no. R3299.
    In job log, job is finished succesfully. source is BW itself and in process monitor -> Details it say's ' Error occurred in the data selection '. When i checked for the info package selection it was like RFCDEST='TREX_BIA'.
    I tried to repeat the step, but it failed again. Any ideas why it failed, and what will be the reason.
    Regards,
    Vishnu

    We also implemented the new data sources ZTCT_DS33 and ZTCT_DS34. While loading the detail data (ZTCT_DS34), we are facing the similar issue - TREX_EXT_GET_INDEX_INFO Index does not exist index=wbp_zwbs_c01-union_of_w  2007. Can you please let us know if you are able to rectify the error.
    Thank you.

  • Primary index does not exist in database but shows in SE14?

    I added a couple of key fields to a Z table and activated it. Every thing went well - adjusted it with SE14 also.
    When I checked the Runtime object - it is OK.
    When I checked Database Object, it is showing that the Primary Index does not exist in Database but SE14 says that the Priamry Index exists in Database.
    Please advise how to correct this. I saw another psoting when I searched per this error message: "Indexes: Inconsistent with DDIC source" . It tells to create this index at Database but need to know the steps.
    pl advise.
    (reposting here)
    Edited by: Venkatabby on Mar 26, 2008 4:05 PM

    hi,
    To create a index for a table,
    go to se11->click on Indexes tab and create  a primary index.
    Indexes speed up data selection from the database. They consist of selected fields of a table, of which a copy is then made in sorted order. If you specify the index fields correctly in a condition in the WHERE or HAVING clause, the system only searches part of the index (index range scan).
    The system automatically creates the primary index. It consists of the primary key fields of the database table. This means that for each combination of fields in the index, there is a maximum of one line in the table. This kind of index is also known as UNIQUE.
    If you cannot use the primary index to determine the result set because, for example, none of the primary index fields occur in the WHERE or HAVINGclauses, the system searches through the entire table (full table scan). For this case, you can create secondary indexes, which can restrict the number of table entries searched to form the result set.
    You create secondary indexes using the ABAP Dictionary. There you can create its columns and define it as UNIQUE.
    reward points if useful.
    regards
    sandhya

  • Warning: Index does not exist in database system MSSQL

    Hi,
    After activating the Index from SE11,
    I receive the following Warning:
    Index does not exist in database system MSSQL.
    What does this mean? Has performance been increased or does the index 1st have to exist in the database system MSSQL?

    When you create index at SE11 and you need activate database utility.
    utilitities-database utility->then click activate and adjust database.
    else you can use SE14 and so that Index will create databse level.
    Reward Points if it is helpful
    Thanks
    Seshu

  • Index does not exist in database system ORACLE??????

    Hi Experts,
    I created a Secondary Index in DEV, its fine and the message is,
    <b><i>Index KNA1~Z01 exists in database system ORACLE</i></b>
    I moved it to TEST and there I got the message is like,
    <i><b>Index does not exist in database system ORACLE</b></i>
    So,
    1 - Wht I hv to do now? Shuld I see BASIS people?
    2- Why its happened like that? Coz of not enough space?
    ThanQ.

    thanq sudheer,
    I got the return code as 4, so Can I go for creation of new request and there by moving to test?
    1 - Anyways, so, after Activating Seconadyr Index, Shuld I come back and Do I need to activate the Table also?
    or
    2- Just activating the index is enough?
    thanq.
    Message was edited by:
            Srikhar

Maybe you are looking for

  • Lost text messages after ios 8 upgrade

    I recently upgraded my iphone 5 to ios 8 through  iTunes on my PC. After the upgrade, I  lost all of my text messages and many  of my photos on my photostream. My photos were backed up, so I'm not as worried about that. Is there any way to recover th

  • When trying to update apps it asks for account password but it doesn't show my account. Help!

    When trying to update apps it asks for account password but it doesn't show my account ID, it shows my dad's. How can I fix this so I can sign in?

  • Null Pointer Exception with BufferedWriter

    Hi Guys, When I try to run this code I get a NullPointer Exception, and I can't work out why. At first I thought it was to do with scope, as it looks like it can't find the out object, but after fiddling with the code it didn't make any difference. C

  • Where is the "Profile" section in Project Property window?

    Hi, first time use this Oracle JDeveloper. From the tutorial it seems that inside the Project Property window, the left pane, you have the "Common" section and "Profile" section. Inside "Profile" section it's the "Development", then under Development

  • Dbms_jobs problem

    Hi all, I have an issue with jobs in oracle. I have run a job in using dbms_job.submit... Now when i query user_jobs it shows one row for that perticular procedure. The column "*Failures*" of table user_jobs has value =1 I think my job has failed. Wh