"ORA-06508: PL/SQL: called program unit could not be found.

Hi all

I'm not able to run a map after deployment. It is said "ORA-06508: PL/SQL: called program unit is not found" any help is greatly appreciated.

Also I get the error message of smart recovery: orphan treats when I m trying to log on in the morning. It is said to kill the process using Alter kill, but the problem is not resolved. Kindly help me.

Thank you

Hello

Without the instructions I canoe tell u anything. But that is the problem, why you have found a problem in the map. The package must be corrected first. I think it is just a syntax issue anyway. Try to use PL/SQL expert to get this resolved or mailed the package here, and I'll have a look.

Concerning
Bharath

Tags: Business Intelligence

Similar Questions

  • 11.5.10.2 to R12.1.1 update: error loading of seeds for GL_DEFAS_ACCESS_SETS data: DEFINITION_ACCESS_SET = SUPER_USER_DEFAS, ORA-06508: PL/SQL: called program unit is not found

    Hello

    Version of the EBS: 11.5.10.2

    DB version: 11.2.0.3

    Version of the OS: AIX 6.1

    Under 11.5.10.2 R12.1.1 update, while implementing a merger 12.1.1 upgrade driver (u6678700.drv), we got below error:

    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    ATTENTION: All workers have failed or are pending:

    IMPOSSIBLE: folder glsupdas.ldt worker 3.

    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    drix10: / fmstop/r12apps/apps/apps_st/appl/admin/FMSTEST/log > tail-20 adwork003.log

    Restart the task that failed and has been corrected.

    Time, when the worker restarted job: Wednesday, August 7, 2013 10:36:14

    Loading data using FNDLOAD.

    FNDLOAD APPS / * 0 DOWNLOAD @SQLGL:patch/115/import/glnlsdas.lct @SQLGL:patch/115/import/US/glsupdas.ldt -.

    Connecting to applications... Successfully connected.

    Call the function FNDLOAD.

    Returned by the function FNDLOAD.

    Log file: /fmstop/r12apps/apps/apps_st/appl/admin/FMSTEST/log/US_glsupdas_ldt.log

    FNDLOAD of error function call.

    When the worker has no time: Wednesday, August 7, 2013 10:36:14

    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    drix10: / fmstop/r12apps/apps/apps_st/appl/admin/FMSTEST/log > tail-20 US_glsupdas_ldt.log

    Current system time is sea Aug 7 10:36:14 2013

    Download from data file /fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/US/glsupdas.ldt

    Changing environment NLS_LANGUAGE AMERICA database

    Dumping from the LCT/LDT files (/ fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/glnlsdas.lct(120.0), fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/US/glsupdas.ldt) to the staging tables

    Dumping file fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/glnlsdas.lct(120.0 LCT) in FND_SEED_STAGE_CONFIG

    Dumping LDT file /fmstop/r12apps/apps/apps_st/appl/gl/12.0.0/patch/115/import/US/glsupdas.ldt in FND_SEED_STAGE_ENTITY

    Dumped the lot (GL_DEFAS_ACCESS_SETS SUPER_USER_DEFAS, GL_DEFAS_ACCESS_SETS SUPER_USER_DEFAS) in FND_SEED_STAGE_ENTITY

    Download of the staging tables

    Error loading of seeds for GL_DEFAS_ACCESS_SETS data: DEFINITION_ACCESS_SET = SUPER_USER_DEFAS, ORA-06508: PL/SQL: called program unit is not found

    Simultaneous request ended

    Current system time is sea Aug 7 10:36:14 2013

    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    Hello

    Please, recreate the specification and body of the respective package and try:

    -Navigate to $GL_TOP, patch, 115, sql

    -Connected as a user of the applications.

    sqlplus Oracle@Amazon sql apps]

    SQL * more: version 10.1.0.5.0 - Production Wed Aug 7 13:53:33 2013

    Copyright (c) 1982, 2005, Oracle.  All rights reserved.

    Enter the password:

    Connected to:

    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL > @glistdas.pls

    Addition of PL/SQL package for gl_defas_access_sets_pkg specifications

    Package created.

    Validation complete.

    ...

    ..

    SQL > @glistdab.pls

    Addition of the PL/SQL package for gl_defas_access_sets_pkg body

    Package body created.

    Validation complete.

    See if this helps you, validation of the object.

    Better subject.

  • Error: ORA-06508: PL/SQL: called program unit is not found

    Hello

    I was surprise issue while testing my code from Oracle. Let me explain first of all the details of the environment. Our application built
    Java/J2EE (Weblogic) and backend is Oracle 11 g re2. Calling Java call through different users who have been providing
    synonymous with option and running for corresponding procedure.
    I created the EXTRACT_CUSTOMER_INFO_PK package which exract data from file text with UTL_FILE (direcory, UTL_FILE grant is provided to the user to DB).
    Now this package was called rp_execute_procedure_pr - I have here is the code
    CREATE OR REPLACE PROCEDURE RP_EXECUTE_PROCEDURE_PR
    (
    i_atlas_job_schedule_fk IN atlas_job_schedule.atlas_job_schedule_pk%TYPE,
    i_job_id IN atlas_job.job_id%TYPE,
    i_parm_value IN atlas_job_schedule.parm_value%TYPE,
    o_status_code ON the NUMBER,
    o_status_mesg OUT VARCHAR2
    )
    IS
    -Other older code that is not relevant to this problem-

    -Other older code that is not relevant to this problem-

    -The code below, I added-
    ELSIF l_job_id = "CUST_EXTRACT" THEN


    EXTRACT_CUSTOMER_INFO_PK.customer_report (i_parm_value,
    o_status_code,
    o_status_mesg);


    -o_status_code: =-99999999.
    -o_status_mesg: = "PARTHA PARTHA PARTHAcess arrested!";

    ON THE OTHER
    o_status_code: =-20300;
    o_status_mesg: = ' Job Id: ' | l_job_id | ' Not found. Process is completed!';
    END IF;

    update_log_auto
    (
    ajs_rec.atlas_job_schedule_pk,
    ' Treatment time (GMT) of the end: '
    );

    EXCEPTION
    WHEN eProcError THEN
    o_status_code: = SQLCODE;
    o_status_mesg: = SUBSTR(vMsg ||) e -'|| SQLERRM, 1, 200);

    WHILE OTHERS THEN
    o_status_code: =-20300;
    o_status_mesg: = SUBSTR (SQLERRM, 1, 200);

    update_log_auto
    (
    ajs_rec.atlas_job_schedule_pk,
    ' Error: '. SQLERRM | » '
    );

    update_log_auto
    (
    ajs_rec.atlas_job_schedule_pk,
    ' Treatment time (GMT) of the end: '
    );
    END RP_EXECUTE_PROCEDURE_PR;


    Now he compiled sucesfully. And while I SAT RP_EXECUTE_PROCEDURE_PR then run fine and extracted txt file. But while I called him procedural Java it gives us the error as
    Error: ORA-06508: PL/SQL: 13:16:51 August 2, 2012 called program unit could not be found.

    Like I said RP_EXECUTE_PROCEDURE_PR old proc and used by the other proc, so I first think question is newly added code or maybe a few grants or synonym (although it should not be)
    So I created public means amd gave run grant to my public pkg.
    But he repeated the same mistake.
    I have a lot of R & D on my package but nothing happen. Finally I have my new pkg RP_EXTRACT_CUSTOMER_INFO_PK remane and it works fine

    I need to know what is the RCA for her. I donot think any problem as renaming pkg dependecy works very well.

    NB my user DB iATLAS and Javauser is SUDEEP


    Thanks in advance

    Martin Paiva

    Name conflict usually occurs because there is another object with the same name: could be it is even a java package name and plsql package package or could be same name from a different scheme.

    First of all, try to use the fully qualified name: myschema.mypackage.myprocedure

  • ORA-06508: PL/SQL: called program unit is not found

    I found this error in a project and I was confused as the program unit is there, but the error indicates the program unit is not found. So I'm googling and find an answer here oracle - ORA-06508: PL/SQL: could not find program unit called - Stack Overflow where a packet can be stateless or stateful after recompilation. I wonder, the idea of the package is we can change the package body and compile without the need to compile the package specification if the specification is not changed. If I compile them both, it will be fine, no more error, but I need compile the client application - form of Oracle.

    My question is:

    1. as the variables, constants, and the sliders that declares a package create the State (as explained in the link above), when should I use?

    2. why the error information correctly? I mean why not... say something like... "the package is with State..."

    Thank you

    regard, ib

    1 use them when you need to use - that is what really you ask?

    2. like the other article says that you probably never gave us the last exception to a trace. What does "I found this error in a project" mean? You won't "find" exceptions - Oracle reports. If show details of how the code was executed and all of the exceptions as Oracle supplied ALL participate.

    Package plug most will include the constants and cursor statements. That rarely only functions/procedures will be declared. In General, do NOT recomiling/change packages in production environments.

    But if you do then you'll probably apps that do not as you describe. As doc says Oracle quotes will be implicitly recompile time code first (although still have reported that initial exception) so that the references are not lacking.

  • Program unit could not be found: OE_Order_PUB. Process_Order

    Hi friends,

    My Appl version: 12.1.3

    I tried to write an anonymous block for process control. I used the script under Doc ID 746802.1. I just changed the quantity and the Line_id.


    I get the message below:

    BEGINNING OF THE NEW DEBUG

    OM file debugging: /sqlcom/outbound/l1009061.dbg

    message: ORA-06508: PL/SQL: unit of program being called in the package OE_Order_PUB procedure Process_Order is not found

    message index is: 1

    Amount of line update failed

    version OE_Order_PUB:

    / * $Header: OEXPORDB.pls 120.14.12010000.10 25/02/2011 09:41:40 snimmaga ship $ * /.


    Am I missing something? Has anyone found this problem and solved it?


    Hi Laurent,.

    Please check for invalid objects of the same, as the likely reason is due to invalid objects.

    Have a review on the notes:

    Sale order form ORA-06508 PL/SQL could not find program unit called in the Package OE_ORDER_PVT OEXOEORD.fmb of invalid objects (Doc ID 1319400.1)

    ORA-06508 PL/SQL did not find program unit called in the package Oe_order_price_pvt (Doc ID 285225.1)

    Thank you &

    Best regards

  • Called program unit is not found

    We are facing a problem of development, which, while it is not preventing us from working, but it is seriously slow our progress. It goes something like this...

    We have a ColdFusion to an Oracle PACKAGE, 'package A' interface ' Package has "called"package B"and"plan B"called"C package ". We are working actively on the "C package", the last of the string and then by testing these changes to the ColdFusion interface.

    Whenever we run a CREATE or REPLACE on C 'package (we tried the two compilation as the BODY, and the SPECIFICATION and BODY), we get the following ColdFusion error when we test from the interface:
    ORA-06508  PL/SQL: Could not find the program unit being called
    If we wait a bit, everything starts working again. Note that while we wait, "Plan C" is not be recompiled. While it works fine. Our best guess is that there is something that past due the connection pooling of the processes in place. Maybe... If you are lucky enough to lock onto a new connection, the error does not appear? But, if you connect to a session which was present at 'C 'package has been recompiled, you will then get the ORA-06508? These connections use a JDBC driver.

    I guess that I expected to get the error ORA-04061 ("current state of the package has been abandoned"), and which is more rarely than the ORA-06508, but the "could not find program unit" coming is just to stop our efforts until everything starts to work again.

    I found some suggestions online (http://www.orafaq.com/forum/t/14555/2/) who claim that the SHARED POOL must be rinsed and that will help with this error, but I'm not sure that I have to wear an atomic bomb to a fight. In addition, these PACKAGES are not huge, so I'm not sure that we will meet the limits of memory is is concentrated on the other posts:

    package A: 1533 lines
    package B: 1015 lines
    c packaging lines: 1842

    Anyone has a suggestion for us to follow-up on? As I said, we're not dead in the water, but it becomes quite frustrating.

    Thank you
    -= Chuck

    Have you tried to compile the procedures A & B after changing C?

    When you edit a dependent object, Oracle marks the invalid calls objects. When these objects are called, Oracle compiles and runs. Normally, this is all transparent to the user.

    However, the problem comes when your framework / library / etc. Decides to be a little too clever and try to describe the object before calling the procedure. Oracle compiles not a not valid object when describe you it, so the framework can incorrectly conclude that there is no A valid procedure when he sees that A is invalid. If blindly, he attempted to call A, on the other hand, Oracle would compile it and run might work.

    Justin

  • I am trying to install a program and I get entry point getdlldirectoryw could not be found in the library of links Dynamics kernel32.dll file and the same for shreggetvaluesw to shlwapi.dll

    I am trying to install a program and I get entry point getdlldirectoryw could not be found in the library of links Dynamics kernel32.dll file and the same for shreggetvaluesw in shlwapi.dll. How can I fix the problem.

    You have all your current updates?
    Go to windows updates and see if there are updates that you do not have installed.
    The error message seems to indicate that your copy of XP has not been updated.

    Updated and let us know if you still receive the error message.

    Thank you

    Marilyn

  • To remove the program but the error is module could not be found

    I have the program I want from my computer, but when I go to remove it, I get an error message indicating that the specified module could not be found. If it cannot be found average it is on my computer and how I can remove it.

    Can someone help me

    Because it is a spyware...

    http://www.spywareremove.com/removeMorpheus.html

    .. .follow the manual removal if you do not have to purchase the software.  You can also try to...

    http://www.Malwarebytes.org/

    .. who's free little I don't know if he's going to remove it.

    --
    Gina Whipp
    2010 Microsoft MVP (access)

    Please post all responses on the forum where everyone can enjoy.

  • I tried to record some live audio. I downloaded Wondershare Streaming Audio Recorder I opened the program - but could not hear the audio I tried to play.

    original title: sound problems

    Hello!

    I tried to record some live audio. I downloaded

    Wondershare Streaming Audio Recorder

    I opened the program - but could not hear the audio that I tried to play. I don't know if downloading this program is related to the problem.
    I opened Skype - and everything worked fine. I could hear, etc. But if I run an MP3 in Windows Media Player - I hear nothing!
    My sound is at the top.
    In my Volume mixer, I see:
    1 output device digital (SPDIF) bounce up and down. (but I don't)
    2 but applications: sounds of Windows, Windows Media Player and Google Chrome will not move. (but they are at the top).
    Any suggestions?
    Jews

    I managed to get the results of work. I don't know where come the SPDIF.

    I downloaded a new driver Realtek for audio from the computer. This corrects the problem.
    But I still want to know what happened.
  • Trying to send emails through my scanner/printer and my window that educated told me that program file could not be installed or to load and go to the Help menu under 'detect and repair '?

    through my scanner/printer and my educated place window tells me that program file could not be installed or to load and go to the Help menu under 'detect and repair '? I need help with this

    Hello

    you say not what e-mail program, you use!

    It takes a lot more information

    ______________________________________________

    see if this applies:

    Looks like you need configure Windows Mail

    you need to configure your e-mail account windows mail with your ISP internet service provider

    They provide you with account settings you need to do

    Ask them to

    username
    password for your access broadband account / distance with them

    Server of incoming POP3 mail
    outgoing mail SMTP server

    and here's how to configure windows mail after getting the email correct account settings

    http://www.vista4beginners.com/Windows-Mail

  • "RunDLL -" there was a problem starting C:\Program the specified module could not be found. "

    Hi all

    I get this error with a new computer at startup.  I have not the least of which may be the cause of it.  Please notify.

    Error box
    RunDLL

    Error message:
    There was a problem starting C:\Program
    The specified module could not be found.

    I have solved my problem.  This was caused by an outdated piece and integrated by Lenovo - Lenovo Power Manager software.  I've updated to the latest version, restarted, and the question is more persistent.  It has been resolved.

  • Getting the error "there was a problem starting C:\Program. The specified module could not be found"during the uninstallation of Panda antivirus.

    When I try to download a new security software on my laptop, he insisted first of all, I uninstall my existing software, but when I click on uninstall, I get the following message:

    "There was a problem starting C:\Program. The specified module could not be found. »

    Then, I went in my C: drive and tried to uninstall by clicking on it and clicking Security software on uninstall, but the same message came.

    Help, please!  I don't know that I now have no security.

    Thank you.

    Original title: Windows 8 - error DLL Run

    Use the uninstall program to remove it from the computer:

    http://www.pandasecurity.com/resources/SOP/Uninstaller.exe

    Directions for use:

    http://www.pandasecurity.com/homeusers/support/card?ID=55509

  • Error "failed to loadlibrary error 126: the specified module could not be found" when you install the program

    Original title: error massage

    every time I load the software and then try to open it I failed to loadlibrary error 126: the specified module could not be found

    What can I do to fix this problem

    Hello rayl48,

    In addition to what offers Syed, you could try and update your video card driver.
    I saw the mention that the error is caused by a pilot video obsolete.
    Go to the website of the manufacturer of your video card and download the latest driver for your video card model.

    Or you can go to the computer manufacturer and seeif he is and he's driving for your computer updated model.

    Sincerely,

    Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • the procedure entry point GetFinalPathNameByHandleW could not be found in KERNEL32.dll dynamic link library

    Hello

    While trying to install a program, I see the following on the screen error message:

    The procedure entry point GetFinalPathNameByHandleW could not be found in KERNEL32.dll dynamic link library

    The I set him, is a Windows XP 32-bit environment.

    The I am installing, is a program, created by my own company, using a 32-bit self-extracting installer, which is also created by my own business using InstallAnywhere Flexera software.

    No changes were made on the environment of the installers.

    No change seems is done on the environment for creating installation programs (where the self-extracting installer is created): I checked the monitor of reliability/Action Center / Control Panel and no entries are present between a job and an installer without work.

    The file 'KERNEL32.dll' is mentioned in the error message, I checked his date of change, which is 11/30/2012, this should not be the cause of the problem either.

    Witnin the self-extracting installation program, a few changes were found, those who are considered at the moment, but there is no indication or not those who are causing the error message I see here.

    Does anyone have an idea what may cause the error message mentioned and how to cope?

    Thank you

    Dominique

    These types of error messages mean that the program is looking "inside" the file specified (in this case kernel32.dll) try to find a function/procedure to run called "GetFinalPathNameByHandleW" and find do not.

    The program calls the non-existent function badly or the library file is not in there.  Things do not match somewhere.

    A DLL is a library of dynamic links and files as kernel32.dll are sometimes just a bunch of procedures/functions/subroutines and all located in a single, portable file.

    In a primitive way, you can use a text editor to open the kernel32.dll file (make a copy if it your desire) and search for a string "GetFinalPathNameByHandleW" and you will not find.

    You can even search for "GetFinal", and you won't find it in the XP kernel32.dll file:

    But if you do the same thing on a Windows 7 + kernel32.dll you 'll find:

    If your program calls a function inside a DLL, but this feature does not exist in the Windows XP's kernel32.dll file.

    I think that GetFinalPathNameByHandleW was introduced in Windows Vista, so now here you would be fine.

    If who wrote your program is that it works on XP, they need to stick to the functions that are part of XP and GetFinalPathNameByHandleW isn't here, where the error.

  • the specified module could not be found

    To start my computer I get the following error: C:\windows\uhowegume.dll the specified module could not be found

    It is easy to get rid of the error message by doing something like disable the startup item in msconfig (if you can still find), but I suggest you fix the problem and difficulty not only the symptom of the problem by simply deleting the startup message.
    I would also not recommend you start digging in the registry to try to find the startup item and remove it unless you have a backup of your system or at least a backup of your registry, because there is no 'Cancel' or 'quit without saving changes' option in regedit.  If you make a mistake, that's all.
    These ideas relieve 'rapid' and sometimes risky of the symptom if they not even work at all, but they can't actually solve the problem.  Also, I'd be suspicious of ideas that begin with the words "try."  You don't need to try things, you need to fix things.  You don't need to try ideas that might work, you must do something that will always work all the time.
    Here are the detailed instructions that protect you and solve your problem in the 'right' way.
    There is very little. DLL files that should be loaded from the C:\WINDOWS folder and is not one of them.
    Describe your current antivirus and software anti malware situation: McAfee, Norton, Spybot, AVG, Avira
    !, Defender, ZoneAlarm, PC Tools, MSE, Comodo, etc..
    A "Cannot find...". ', ' Failed to start..., "Could not load..." ». "Might not work... "" Cannot run ""error loading... ". "or"specific module could not be found"message at startup is usually related to the malware that has been configured to run at startup, but the referenced file has been removed after a malware scan, leaving behind him a startup item or the registry entry pointing to a file that does not exist.
    It might be a removal of malicious software or an application not installed.  The entry may have a curious looking name since it was probably generated at random when the malware was installed. If you search your system for the referenced file, you may not find.
    Windows attempts to load this file but cannot locate because the file has been deleted for most probably during an analysis of the malware. However, an orphaned associate of remainders of startup parameter or registry entry and tells Windows to load the file when you start or connection.
    So you should delete the referenced entry Windows stop trying to load or run the file. It may or may not be included in the registry, but you can still find it.  Autoruns (see below) you get the elements no matter where it is.
    If you just locate and uncheck the item in msconfig, which disables the element but does not remove the reference to the element of false starting your computer.   The msconfig program is not a Startup Manager, that's a troubleshooting tool.  Disabling things in msconfig to put an end to the messages and think that your problem is solved is short-sighted and leave behind him a sloppy XP configuration.  Just disable the display of a start-up error message should not count as a 'solution' to the problem.
    If you are comfortable editing the registry, you can find and remove the reference directly from there or remove it using a popular third-party tool called Autoruns.  The problem can always be found in the registry well.
    Before making any changes to your registry by hand or with third-party tools, don't forget to first make a backup of the registry. There is no cancellation or exit without saving the option in regedit.
    Here is a link to a popular registry backup tool:
    You can use Autoruns to find the element of start remains little matter where he's hiding.  Autoruns does not install anything on your computer.  It will display all startup locations where the reference may be then you can turn it off or remove it completely.  Here is the download link for Autoruns:
    Run Autoruns.exe and wait that he at the end of the filling of the list of entries.
    When the Autoruns is finished scanning your system, it will say "Ready" in the lower left corner.  Autoruns can be a little intimidating to first if you have never seen it before because it displays a lot of information.  You are really interested only a few sections.
    The problem is usually to start the system or the user startup entries, then click the connection tab and see if the startup item is there.
    Scroll through the list and look for a boot entry associated files in the error message.
    If you can't find on the connection tab, look in any tab.
    You can also click file, search to search for logon, or any tab for all or part of the name of the element.
    Right-click on the offending entry and choose Remove
    .  If you are not sure what it is, you can simply disable, restart and if the problem is resolved and then remove the offending entry.  If you don't see it in Autoruns, you may edit the registry and remove the item from your startup folder it.  Autoruns shall display the same information however.
    Given that systems currently has or has had an infection, follow up with this:
    Perform scans for malware, and then fix any problems:
    Download, install, update and do a full scan with these free malware detection programs:
    Malwarebytes (MMFA): http://malwarebytes.org/
    SUPERAntiSpyware: (SAS): http://www.superantispyware.com/
    They can be uninstalled later if you wish.
    Restart your computer and solve the outstanding issues.

    Do, or do not. There is no test.

    I decided to implement the points for a new puppy instead of a pony!

Maybe you are looking for

  • Disable the Middle-click to reopen tabs

    When I Middle click on a region to unlink from a page, it reopens the tab more recently closed on the page I am consulting. Is it possible to disable this? It gets awkward if I'm bored as I am trying to open a link in a new tab and have rather naviga

  • inversion of the screen

    I accidentally reversed the display on the screen of my PC monitor by pressing a lost combination buttons, how the screen to lift right side?

  • How long can I call wikth invokeLater()?

    Hi - I'm short of timers when calling invokeLater - I get - 1, instead of the timerId. Anyone know where I can find the number of timers, I can create at the same time? Research and research, but without success. Thank you Dan.

  • BlackBerry Smartphones Dev Alpha autoloader 10.0.09.1103 do not load this version

    I followed the instruction of this website (part 'always impossible to update your device?' ""), but I saw the error. (Image below)

  • index

    HelloThere are some indices are created with index_type as LOB on geometry tables, what are these signs?Do I need to maintain these clues?No impact on performance with these clues?Select the owner, index_type, index_name and table_name in dba_indexes