Oracle Error when creating indexes

Help!! I'm getting an error on a spatial create. I read the documents here on this error and I've tried every suggestion.
1. Plenty of free space in the tablespace indx
2. Plenty of free space in the temp tablespace
Does anyone have any ideas??
Thanx in Advance..
Frank
SQL> CREATE INDEX iseechart_geometry_idx ON iseechart (isee_geometry)
2 INDEXTYPE IS MDSYS.SPATIAL_INDEX
3 PARAMETERS('TABLESPACE=INDX SDO_INDX_DIM=2');
CREATE INDEX iseechart_geometry_idx ON iseechart (isee_geometry)
ERROR at line 1:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-13249: internal error in Spatial index: [mdidxrbd]
ORA-13249: Error in Spatial index: index build failed
ORA-13236: internal error in R-tree processing: [failed to cluster in memory]
ORA-13249: Internal error in Spatial index: [mdrcrclmem]
ORA-06512: at "MDSYS.SDO_INDEX_METHOD_9I", line 7
ORA-06512: at line 1

Hi Frank,
When you specified "sdo_indx_dim" instead of "sdo_indx_dims",
the parser is ignoring the parameter. Since the default
is 2, it still works fine.
Regarding sdo_rtr_override:
Glad that the workaround helped. This is a non-documented parameter
for R-tree that gives a workaround for any possible bugs that
are introduced as part of new features in new releases. Given
the nature of spatial, there could be some data-specific bugs. In 9.2,
there are some new clustering improvements (internal) and guessing
from the error stack the new one is running out of some stack space
internally due to data outliers (does not occur in all datasets though).
The sdo_rtr_override=0 defaults the behavior of the current operation
(create-index or query) to prior releases (like 9.1). This parameter
allows the users to work uninterrupted while things improve in new
releases. The behavior of this parameter should not be used to compare
performance etc. in different versions though and should be used only
as a workaround. (It is not documented due to these implications
and only recommended when needed by spatial).
Spatial will definitely try to improve on the error messages.
Please file a bug with some sample data or send Oracle
the data at the earliest so that this can be fixed properly.
- Ravi.

Similar Messages

  • Error when creating index with parallel option on very large table

    I am getting a
    "7:15:52 AM ORA-00600: internal error code, arguments: [kxfqupp_bad_cvl], [7940], [6], [0], [], [], [], []"
    error when creating an index with parallel option. Which is strange because this has not been a problem until now. We just hit 60 million rows in a 45 column table, and I wonder if we've hit a bug.
    Version 10.2.0.4
    O/S Linux
    As a test I removed the parallel option and several of the indexes were created with no problem, but many still threw the same error... Strange. Do I need a patch update of some kind?

    This is most certainly a bug.
    From metalink it looks like bug 4695511 - fixed in 10.2.0.4.1

  • Error when create index

    Hi,
    Platform Tru64 BD 8.1.7.
    When i create some index for intermedia search, i get some errors:
    CREATE TABLE DOCUMENTO (
    ID NUMBER (15) NOT NULL,
    NOME VARCHAR2 (100) NOT NULL,
    DESCRICAO VARCHAR2 (255),
    FORMATO VARCHAR2 (128),
    AUTOR VARCHAR2 (100),
    RESPONSAVEL VARCHAR2 (100) NOT NULL,
    DATA_DOCUMENTO DATE,
    DATA_CATALOGACAO DATE DEFAULT SYSDATE NOT NULL,
    ESTADO VARCHAR2 (2) DEFAULT 'AC' NOT NULL,
    DOCUMENTO BLOB,
    INTERMEDIA VARCHAR2 (4000),
    NAME VARCHAR2 (90),
    CRIADO_POR VARCHAR2 (90),
    CRIADO_EM DATE,
    ALTERADO_POR VARCHAR2 (90),
    ALTERADO_EM DATE,
    CONSTRAINT ESTADO_CK
    CHECK (ESTADO IN ('AC','AN')) ,
    CONSTRAINT ID_CONSTRAINTS
    UNIQUE (ID),
    PRIMARY KEY ( ID ));
    CREATE INDEX DOCUMENTO_INDEX ON
    DOCUMENTO(DOCUMENTO);
    ERROR at line 2:
    ORA-02327: cannot create index on expression with datatype LOB
    CREATE INDEX INTERMEDIA_INDEX ON
    DOCUMENTO(INTERMEDIA);
    ERROR at line 2:
    ORA-01450: maximum key length (1578) exceeded
    Could you give me some help?

    Forget last message, i forget to specify index type
    Pedro Ribeiro

  • InterMedia Error when creating Index

    Sorry, the error texts are in French, hopefully someone will help me.
    I have checked listner.ora and tnsmanes.ora: they look fine, (however, we have ....KEY=EXTPROC)), not EXTPROC0 as it appears sometimes in the doc) but something must be wrong someplace.
    Seems to be related to another question in this forum.
    Thanks for any help.
    (actually, when running from sql worksheet, I get a Net8 listener ids not running or cannot start external procedure ??
    create index quick_text on kd.kd_enseigne(desc_long) indextype is ctxsys.context
    ORA-29855: erreur d'exZcution de la routine ODCIINDEXCREATE
    ORA-20000: erreur interMedia Text :
    DRG-11422: initialisation des services linguistiques impossible
    DRG-00100: internal error, arguments : [52100],[drxs.c],[557],[gxtopen],[0]
    ORA-06512: S "CTXSYS.DRUE", ligne 126
    ORA-06512: S "CTXSYS.TEXTINDEXMETHODS", ligne 54
    ORA-06512: S ligne 1
    SVRMGR>

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Omar Alonso:
    Please post db version and platform. Are you sure the listener is running?<HR></BLOCKQUOTE>
    db version is 8.1.5, platform is Linux.
    By running the check script we saw that the cartridge was invalid. We had to reinstall anither instance, now it works.
    Thank you.

  • Oracle error when rebulding index (transaction FMBSIDX_RECON)

    when I test run transaction FMBSIDX_RECON it gives no error but when executing the program crashes and the error below appear in a dump. that is
    ORA-00604 error occurred at recursive SQL level string
    Cause: An error occurred while processing a recursive SQL statement (a
    statement applying to internal dictionary tables).
    Action: If the situation described in the next error on the stack can be corrected,
    do so; otherwise contact Oracle Support Services.
    ORA-01013 user requested cancel of current operation
    Cause: The user interrupted an Oracle operation by entering CTRL-C,
    Control-C, or another canceling operation. This forces the current operation to
    end. This is an informational message only.
    Action: Continue with the next operation.
    the second error is interesting because no user has cancelled the operation(CTRL-C)
    Kindly assist
    Thanks

    > Oracle DB version : ORACLE 10.2.0
    So you run which version and patchlevel?
    10.2.0.2? 10.2.0.4?
    I am not sure that this problem is related to a database issue at all but I rather thing there's an application problem.
    Do you have any notes applied concerning this transaction?
    Note 1074321 - RFFMBS_RECONSTRUCT_INDEX: selection screen enhancement
    Note 1130760 - RFFMBS_RECONSTRUCT_INDEX: selection screen enhancement (2)
    or any other notes?
    I'd open an OSS call to let the support have a look on the system (component PSM-FM-BCS-BU).
    Markus

  • [Error when creating an index]

    Hi there,
    When i issue a create index statement, i get this error. On checking the ctx_indexes table, i see my index there. What is wrong and how can I rectify it?
    -- error --
    SQL> create index STAG_SCD_CONTENT_IDX on
    SEARCH_DATA(SCD_CONTENT) indextype is
    CTXSYS.CONTEXT;
    create index STAG_SCD_CONTENT_IDX on
    SEARCH_DATA(SCD_CONTENT) indextype is
    CTXSYS.CONTEXT
    ERROR at line 1:
    ORA-29855: error occurred in the execution of
    ODCIINDEXCREATE routine
    ORA-20000: ConText error:
    ORA-06520: PL/SQL: Error loading external library
    ORA-06522: ld.so.1: extprocPLSExtProc: fatal: libskgxp8.so:
    open failed: No such file or directory
    ORA-06512: at "CTXSYS.DRUE", line 122
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 34
    ORA-06512: at line 1
    --------------------

    These errors can be caused by oracle not being able to find files in oracle standard directories.
    In order to fix the problem, try this:
    export TNS_ADMIN=$ORACLE_HOME/network/admin

  • Error when creating a folder ,iviews in the portal

    Dear sap gurus ,
    I m facing a error when  creating a   Folder or an iview in my portal i'm using EP 7.0 sp11 ,The error is :
    Portal Runtime Error
    An exception occurred while processing a request for :
    <b>iView : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.defaultFolderWizard
    Component Name : com.sap.portal.admin.defaultwizards.DefaultFolderWizard
    SQLException is not transient, error code = 1654, sql state = 72000 Batch rolled back. Caused by java.sql.BatchUpdateException: ORA-01654: unable to extend index SAPSR3DB.SYS_C004057 by 128 in tablespace PSAPSR3DB at oracle.jdbc.driver.DatabaseError.throwBatchUpdateException(DatabaseError.java:343) at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:10698) at com.sap.sql.jdbc.basic.BasicPreparedStatement.executeBatch(BasicPreparedStatement.java:263) at com.sap.sql.jdbc.oracle.Oracle10gPreparedStatement.executeBatch(Oracle10gPreparedStatement.java:100) at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeBatch(DirectPreparedStatement.java:1129) at com.sap.sql.jdbc.common.CommonPreparedStatement.executeBatch(CommonPreparedStatement.java:991) at com.sap.engine.services.dbpool.wrappers.StatementWrapper.executeBatch(StatementWrapper.java:270) at com.sapportals.portal.pcd.pl.AttributeHeadersTable.insert(AttributeHeadersTable.java:259) at com.sapportals.portal.pcd.pl.PlObject.save(PlObject.java:518) at com.sapportals.portal.pcd.pl.PlContext.createSubcontext(PlContext.java:544) at com.sapportals.portal.pcd.gl.xfs.XfsContext.createChildOnPersistence(XfsContext.java:1374) at com.sapportals.portal.pcd.gl.xfs.XfsContext.createChildAndNotify(XfsContext.java:1128) at com.sapportals.portal.pcd.gl.xfs.XfsContext.createChild(XfsContext.java:1087) at com.sapportals.portal.pcd.gl.xfs.XfsContext.createSubcontext(XfsContext.java:843) at com.sapportals.portal.pcd.gl.xfs.BasicContext.createBasicSubcontext(BasicContext.java:190) at com.sapportals.portal.pcd.gl.PcdPersContext.createSubcontext(PcdPersContext.java:191) at com.sapportals.portal.pcd.gl.PcdFilterContext.filterCreateSubcontext(PcdFilterContext.java:254) at com.sapportals.portal.pcd.gl.PcdProxyContext.createSubcontext(PcdProxyContext.java:147) at com.sapportals.portal.pcd.gl.PcdGlContext.createSubcontext(PcdGlContext.java:440) at com.sapportals.portal.pcd.gl.PcdProxyContext.createSubcontext(PcdProxyContext.java:624) at com.sapportals.portal.pcd.gl.PcdProxyContext.createSubcontext(PcdProxyContext.java:619) at com.sap.portal.admin.wizard.folderwizardpanes.SavePane.doAfterSubmit(SavePane.java:59) at com.sapportals.admin.wizardframework.core.WizardInstance.doPost(WizardInstance.java:356) at com.sapportals.admin.wizardframework.core.WizardInstance.doWizard(WizardInstance.java:174) at com.sapportals.admin.wizardframework.core.WizardInstance.doWizard(WizardInstance.java:99) at com.sapportals.admin.wizardframework.AbstractDynamicWizard.doContent(AbstractDynamicWizard.java:98) at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209) at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114) at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189) at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215) at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645) at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136) at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189) at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753) at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240) at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522) at java.security.AccessController.doPrivileged(Native Method) at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170) .
    Exception id: 10:50_23/11/07_0005_16892850
    See the details for the exception ID in the log file</b>
    Thanks and Regards,
    sathya

    Hi Sathya
    The following line in your log tells you what is wrong:
    ORA-01654: unable to extend index SAPSR3DB.SYS_C004057 by 128 in tablespace PSAPSR3DB
    This is a configuration that you or the dba people need to do. The first thing I would check is if autoextend is on/off on your tablespace PSAPSR3DB. If it's 'off' you either need to put it to 'on' or manually extend the size of your tablespace depending on how much harddrvive space you have to play with. Here is a more detailed solution on how to do it:
    Oracle Error : ORA-01654: unable to extend index string.string by string in tablespace string
    Cause: Failed to allocate an extent of the required number of blocks for an index segment in the tablespace indicated.
    Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.
    Br
    Göran

  • Got Error when creating application server connection

    Hi Guys...I am using SOA 10.1.3.1.0
    I got the following error when creating application server connection
    In Step 1:
    I selected the Connection type as Standalone OC4J 10.1.3 (Why because I use this one)
    In Step 2:
    In this step I gave username and password (same username and password to connect to BPEL console)to authenticate connection
    In step 3:
    It is asking for Hostname, RMI port and URL path. My computer name is gopal-computer. I gave this hostname. RMI port number is 23791 by default. I kept this one as it is and URL path optional I think. I did not give any thing.
    In step 4:
    When I hit the test connection button its giving the following error
    Error while getting remote MBeanServer for url: ormi://gopal-computer:23791/default:
    Error reading application-client descriptor: Error communicating with server: Connection refused: connect; nested exception is:
         javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
    Please help me.
    Thanks,
    Gopal.....

    For SOA Suite connection you should choose "Oracle application server 10g 10.1.3"

  • Error when creating interactive report

    Hi everyone,
    I get the following error when creating any kind or interactive report, one might say is was a huge amount of data, however it hapens whether is is a small or big reporrt.
    ORA-20001: Unable to create modules. ORA-20001: create_table error: ORA-20001: Excel load run ddl error: ORA-01658: unable to create INITIAL extent for segment in tablespace APEX_1241314296468143
    I hope that I find help
    best,

    Hi,
    This might help
    http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21678/aadm_request.htm#sthref51
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • There is an error when create owb runtime repository

    ORACLE 9.0 owb 10.1.0.4
    There is an error when create owb runtime repository,it has been finished 88%.
    INS0022:衍生程序错误。
    The context in the log as follows:
    Tue Feb 24 15:08:55 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/RTSProperties
    Tue Feb 24 15:08:55 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/RTSProperties$_MutableResult
    Tue Feb 24 15:08:55 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/ListRTSWriter
    Tue Feb 24 15:08:55 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/XRTSGenerator
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/OrderedDictionary
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/XRTSMakeBundle
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/RTSWriter
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/UnicodeEscapes
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : class oracle/bali/rts/tools/XRTSParser$1
    Tue Feb 24 15:08:56 CST 2009
    oracle.wh.util.DebugUtility: loading : resource oracle/bali/rts/tools/Config.txt
    Tue Feb 24 15:10:04 CST 2009
    oracle.wh.util.DebugUtility: ORA-00603: ORACLE server session terminated by fatal error
    Tue Feb 24 15:10:04 CST 2009
    oracle.wh.util.DebugUtility: [processSPAWN]: A spawned program error. Exception = java.lang.Exception: Error : ORA-00603: ORACLE server session terminated by fatal error
    Tue Feb 24 15:10:04 CST 2009
    oracle.wh.util.DebugUtility: [processSPAWN]: Get the error, stop processing...
    I don't know how to solve the problem.
    who can help me? Thank you very much.
    Edited by: [email protected] on 2009-2-23 下午11:37

    This quesiton has been solved.
    I don't delete some same roles.
    Thanks.

  • Error while creating index on  ep 6.0 9 sr1   (trex 6.1).

    Hell o all,
        I am getting following error while creating index on  ep 6.0 9 sr1   (trex 6.1).
    Index could not be created; creating index failed: general configuration error (Errorcode 2030)
    can any on ehelp.
    thanks and regards
    Rajendra

    Hi,
    We are running TREX 6.1.09.00 on EP6.0.9.0.0 and KMC6.0.9.0.0.
    We are experiencing the same problems, even after changing the value in the .ini file as specified in NOTE 766197.
    After doing changes, I restarted the server after doing the changes.
    Alessandro, have you got any ideas for fixing this?
    Message was edited by: Bjorn Bjornstad

  • Vehicle Scheduling Error:Error when creating transport structures in live C

    HI Gurus,
    We have one background job defined for Vehicle scheduling, which shows completed successfully but in log it says that :
    : Error when creating transport structures in liveCache and Not possible to schedule shipment in the planning horizon.
    My planning horizon is for 90 days from current date and demand horizon is for 30 days.
    I have checked the VS profile and i dont find any problem with profile.
    Can you please help me in finding what exaclty went wrong
    Thanks,
    AMol

    Try This..
    1. Open the crystal client on your local machine and import that particular report.
    2. Do Database -> Verify Database. Then refresh the report on your PC and make sure that it returns data as expected.
    3. Export it back to repository and try scheduling it again. You can verify through CMC for Crystal Reports under " Database Configuration" property to make sure it points to the right ODBC.
    Let us know.

  • Error when creating a FDM application on SQL Server 2005

    Hi,
    we are getting this error when creating a FDM application on SQL Server 2005
    Error: EPMCSS-07003: Failed to validate identity. Invalid identity . Check identity.[SET_ROLES_LIST]
    We are using Windows System Integration although we have also tested with sa user.
    Any ideas?
    Thanks

    Based on the error message it appears to be having a Shared Services issue. Verify that the "ADMIN" account is being used for the HSS connection and that you are using "ADMIN" to create the application and see if the same error is returned.

  • Error when creating a webpart page in site pages - Sharepoint 2013

    Hi,
    I am getting Unexpected error when creating a new webpart page in site pages on sharepoint 2013 site.
    I have no clue on this.
    Any help is much appreciated.
    Thank in advance.
    Smile Always

    Hi Smile,
    For troubleshooting this issue, let's verify the followings:
    Whether you can create wiki pages well.
    Whether this issue occurs for other sties.
    Whether all users have this issue. Please test with Site administrator, compare the result.
    As Naveen said, please check the log file to find more information about this issue. The path of the log file is: C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\LOGS.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Error when Creating a ServiceClientFactory instance JAVA API

    When invoking Assembling a PDF document  quick start I'm having a compilation error when creating a ServiceClientFactory instance:
    //Create a ServiceClientFactory instance
    ServiceClientFactory myFactory = ServiceClientFactory.createInstance(connectionProps);
    The error is: The type com.adobe.idp.Context cannot be resolved. It is indirectly referenced from required .class files
    All the required jars are a path.
    What esle can be a problem ?
    Thanks, Yan

    Since you are using SOAP, you need to have the AXIS jars available.  They are in the LiveCycle_ES_SDK\client-libs\thirdparty directory:
    activation.jar (required for SOAP mode)
    axis.jar (required for SOAP mode)
    commons-codec-1.3.jar (required for SOAP mode)
      commons-collections-3.1.jar  (required for SOAP mode)
    commons-discovery.jar (required for SOAP mode)
    commons-logging.jar (required for SOAP mode)
    dom3-xml-apis-2.5.0.jar (required for SOAP mode)
    jaxen-1.1-beta-9.jar (required for SOAP mode)
    jaxrpc.jar (required for SOAP mode)
    log4j.jar (required for SOAP mode)
    mail.jar (required for SOAP mode)
    saaj.jar (required for SOAP mode)
    wsdl4j.jar (required for SOAP mode)
    xalan.jar (required for SOAP mode)
    xbean.jar (required for SOAP mode)
    xercesImpl.jar (required for SOAP mode)

Maybe you are looking for

  • How to Stop the Iview from Opening a New Window automatically

    Hi I have imported a BW roles that has 3 folders for different reports into the portal. I would like the reports to display in a new window and have set the paramater "Launch in New Window" = "Display in New Window". I have also set the parameter "In

  • I have a lot of duplicate photographs in my library. how can i delete the duplicates automatically?

    I have a lot of duplicate photographs in my iPhoto library. It happened while our EIS were saving a computer breakdown, but now i would like to know how to selectively delete the duplicates, without doing it individually. That is, can I set up iPhoto

  • No rootpre.sh file found in Oracle 11g r1 download for AIX

    I downloaded the 11.1.0.6.0 version of Oracle 11g from the website and unzipped it with the unzip_aix on a Power7 system. The files were unzipped into a directory called database. I could not find the rootpre.sh script anywhere. What am I missing? Th

  • Need a bapi for change component in CO02

    hi! i need to change  mass old material in production order(CO02) . so i need a bapi or FM to do it but i can't find it! thank you very much!

  • Wscompile NullPointerException

    Hello, I am trying to create java classes from wsdl but I failed to use wscompile.bat properly. First, I deleted from wscompile.bat the last parameter for "%JAVA_HOME%\bin\java.exe" classpath which was "%PATH%", because it was showing just the java.e