SYS. Dbms_metadata - error after migrating to 11 GR 2

Gurus,

I get a SYS. Error dbms_metadata after migrating to 11 GR 2 10 gr 2 RAC RAC. its worked well to 10 GB but now throwing error.
onnected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options


SQL> select object_name,object_type from dba_objects where object_name='STUDENT';
OBJECT_NAME          OBJECT_TYPE
-------------------- -------------------
STUDENT            SYNONYM
STUDENT            MATERIALIZED VIEW
STUDENT            TABLE

SQL> select
dbms_metadata.get_ddl(object_type => 'MATERIALIZED_VIEW',name =>'STUDENT',schema => 'SCOTT')
from dual;

ERROR:ORA-31603: object "STUDENT" of type MATERIALIZED_VIEW not found in schema "SCOTT"
ORA-06512: at "SYS.DBMS_METADATA", line 5088
ORA-06512: at "SYS.DBMS_METADATA", line 7589
ORA-06512: at line 1
How can solve us this error. I already gave the select_catalog_role SCOTT but id did not work. Need help.

see the mos score:
DBMS_METADAT. GET_DDL on a MV translates ORA-31603 [1467126.1 ID]

Tags: Database

Similar Questions

  • Classic report shows wrong "could not parse the SQL query: ORA-00942" error after migrating app to the new environment

    After migrating my APEX 4.1 application to a new environment, one classic report displays a "cannot parse the SQL query: ORA-00942: table or view does not exist" error when the page is displayed. Change the region to report SQL source to somehow (e.g., remove spaces, changing the order of the variables in the WHERE clause) immediately solves the problem, but by returning to the source of the region causes the report error again (the source region valid code without error, however).

    Throw the error message:

    Select v.id,

    v.Col1

    of view_vw v

    where (: P1_FILTER is null or)

    v.col2 = :P1_FILTER)

    Do not throw error:

    Select v.id,

    v.Col1

    of view_vw v

    where (:P1_FILTER is null or)

    v.col2 = :P1_FILTER)

    Changing the order of column in the report has the same effect; i.e. He arranges, but return back to the original column order causes the error to display.

    It's as if a cached result for the correct select statement used by the report is displayed. However, the application does not use the caching of page/region. Any ideas of what could be the cause?

    He solved. Ultimately, all that was necessary was to clear the DB cache using:

    alter system flush shared_pool;

  • Error after migration of DPS (Woodwing)

    For the last three nights, I received this error when migrating publishes collections of old DPS (created with Woodwing). Someone else has the same error?

    The collection was not published.

    Publish failed. Please try again later. [pubs-5000]

    Select publish to try again.

    This is just a test, we still use the old DPS for production of. The next edition of morning is still Ok.

    Skjermbilde 2015-11-05 21.42.03.png

    After you publish the collection, he appears in products & subscriptions in the portal. But you cannot publish the collection because - I suspect - the Date of Publication of the migrated folio is set in the near future. I think that is why you can publish a collection migrated the next morning. Check the setting of the Date of Publication in your environment of Woodwing. Of course, I could be off the mark here, but it's a possibility.

  • Compilation error after migration from 9i to 10g Jdev workspace

    Hello

    Nice day.

    We have a few custom pages OFA under EBS 11i developed using Jdeveloper 9i, now we migrate these EBS 12.2.4 page.

    After you open the old workspaces, the tool asked me to convert these packages to 10g, so I selected Yes.

    Now, when I try to compile the workspaces, I get the below error:

    Error(26,8): class oracle.jdbc.driver.OraclePreparedStatement is not public; cannot be accessed from outside of package package driver
    

    The original line of Java is:

    import oracle.jdbc.driver.OraclePreparedStatement;
    

    Help, please

    Thank you

    JTK1977,

    Your code should use the package oracle.jdbc instead of the package oracle.jdbc.driver used in earlier versions of Oracle. Using the package oracle.jdbc.driver is now deprecated, but will continue to be supported for backward compatibility.

    All that is needed to convert your code is to replace " oracle.jdbc.driver "by" oracle.jdbc " in the source and recompile. This can be done Isoquant. You must convert all classes and interfaces that are referenced by an application. Conversion is not required, but is highly recommended. Future releases of Oracle may have features that are not compatible with the use of the package oracle.jdbc.driver .

    See the link below:

    Oracle.JDBC (Oracle database JDBC Java API Reference)

    Change your declaration of import as below:

    import oracle.jdbc.OraclePreparedStatement;
    

    See you soon

    AJ

  • Error after migrating APEX app to a different database instance

    Oracle EE 11 GR 2

    APEX 4.2.x

    ------------------------

    After the migration of an APEX application and underlying database objects into a new database, I get the following error (blackened my name of component specific to the application and the id for security reasons):

    APEX_ERROR.PNG

    In APEX, this error occurs when you try to run the application after logging in the workspace of the application.

    A specific to APEX table might be damaged or not migrated as it should have?  No tables starting with APEX were imported.

    No, these can be customized (self defined) so it's to the application developer.

    If you go to the request of the manufacturer and open the application and go to "shared components", then the "authorisation schemes' and open the schema with the name mentioned in your error message (behind" component name: ') you should see the authorization code that fails somehow. Search for the tables and the data mentioned in this piece of code.

  • The value returned by the function to load is not of type digital errors after migration to Coldfusion 11

    I'm currently testing our website with CF11. He is currently working with CF8 however after the migration to a new server running CF11 I met the following error.

    The value returned by the function of load is not numeric.

    The error occurred in

    D:/applications/CFusion/CustomTags/NEC/COM/objects/address.cfc: line 263
    Called from D:/apps/CFusion/CustomTags/NEC/com/objects/contact. CFC: line 331

    Called from D:/applications/CFusion/CustomTags/NEC/COM/objects/user.cfc: line 510

    Called from D:/applications/CFusion/CustomTags/NEC/COM/objects/user.cfc: line 1675

    Called from D:/website/NECPhase2/action. Validate.cfm: line 54

    261: < cfif isNumeric (get.idCountry) >

    262: < cfset rc = this.objCountry.setID (get.idCountry) >

    263: < cfset rc = this.objCountry.load () >

    264: < / cfif >

    265: < cfset this.sPostcode = get.sPostcode >

    Were there any changes between CF8 and CF11 which can cause this error?

    Does anyone have any ideas?

    The problem is in the charge function.  There is a real return at the end of the function.  The returntype of the function is set to digital.  True is not digital, it will trigger an error.

  • Expression of the Groovy error after migration to 12.1.3.0.0 12.2.1.0.0

    I have a variable binding in a ViewCriteria, who worked at jdev12c (12.1.3.0.0).

    This variable has an expression like this:

    adf.object.applicationModule.parametros.get("NOMBRE_INFORME")
    

    When I upgrade to the new version 12.2.1.0.0. I get this error:

    groovy.lang.MissingPropertyException: No such property: applicationModule for class: oracle.jbo.common.VariableImpl$VariableExprValueSupplier
      at oracle.jbo.script.InternalSecurityPolicyEnforcer.checkProperty(InternalSecurityPolicyEnforcer.java:209)
      at oracle.jbo.script.InternalSecurityPolicyEnforcer.checkProperty(InternalSecurityPolicyEnforcer.java:179)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:497)
      at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
      at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)
      at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.invoke(StaticMetaMethodSite.java:43)
      at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.call(StaticMetaMethodSite.java:88)
      at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
      at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
      at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
      at com_edisa_libra_informes_ejecutor_informes_model_adfbc_views_GiInfUsuariosGuardadosDefView_DynamicCodeSource.pTipoDespliegueInforme_expression_Variable(com_edisa_libra_informes_ejecutor_informes_model_adfbc_views_GiInfUsuariosGuardadosDefView_DynamicCodeSource.groovy:8)
    

    How can I get bindvariable ApplicationModule?

    JDeveloper 12.2.1.0.0

    Finally, the error was the transientExpression a attribute trustMode = "not reliable."

    Migration process modify this attribute to untrusted value sometimes. There's a bug in there.

  • 150:30 error after Migration

    Recently, I've migrated my files from my old MacBook Pro to my new iMac. When I go to open Photoshop Elements 8, I get an error of 150:30. I don't know where is my installation disc. What should I do?

    Tell everyone you know who is the owner of a Mac... Migration of Mac and Time Machine NOT FUNCTION correctly with the Adobe program activations due to hidden folders are not included when Migration or Time Machine make their copies

    If the link above does not work for you, you can try to turn off then uninstall and reinstall

    Download & install instructions https://forums.adobe.com/thread/2003339 can help

    -includes a way to go to a page to download the Adobe programs if you do not have a disk or drive

    -Cloud desktop http://helpx.adobe.com/creative-cloud/help/creative-cloud-desktop.html

    -Cloud Getting Started https://helpx.adobe.com/creative-cloud.html

    -you will need to enter your original serial number during the installation for non-Cloud programs

    - or kglad links in response to #1 here can help https://forums.adobe.com/thread/2081216

    Also go to https://forums.adobe.com/community/creative_cloud/creative_cloud_faq

  • Update Manager error after migration of the database to a different instance.

    Hey everybody,

    I've migrated the SQL Express databases to the named instance of SQL Standard.  It's all 2008 R2.  The three migrated databases were VCenter, VirtualManagerDB and VSphereUpdateManager.  Domain in SQL accounts have been migrated to the new instance of the box.

    Now, I get this error when trying to open VSphere:

    Call 'ServiceDirectory.QueryServiceEndpointList' of object "ServiceDirectory" on vCenter Server '192.168.123.160' failed.

    Can someone help me understand this?  This is an installation VCenter 5.0 on a Windows 2008R2 server that is also running SQL Server 2008 R2 standard with an Express instance and a named instance.  I've migrated from the express instance in order to overcome the 4 GB limit on the explicit instance.

    Thank you

    Joe

    UPD Bishop uses a 32-bit DSN, so you'll need to use C:\Windows\SysWOW64\odbcad32.exe to access/view/edit the correct DSN on Win2k8

    -KjB

  • errors after migrating to 12.1.2

    Hello

    I'm in error while my project of 11.1.2.4 to 12.1.2

    any ideas please?

    Error 500 - Internal server error

    java.lang.IllegalArgumentException: no constant enum oracle.adfinternal.view.faces.partition.PartitionContext$ AgentName to value "netscape".

    at org.apache.myfaces.trinidad.util.Enums.stringToEnum(Enums.java:107)

    at oracle.adfinternal.view.faces.partition.PartitionContext._stringToEnum(PartitionContext.java:592)

    to oracle.adfinternal.view.faces.partition.PartitionContext.access$ 000 (PartitionContext.java:27)

    to oracle.adfinternal.view.faces.partition.PartitionContext$ AgentName.valueOfDisplayName (PartitionContext.java:549)

    at oracle.adfinternal.view.resource.rich.PartitionResourceLoader._getAgentName(PartitionResourceLoader.java:396)

    at oracle.adfinternal.view.resource.rich.PartitionResourceLoader.getLibraryPartitionURI(PartitionResourceLoader.java:300)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._getLibraryPartitionURL(DocumentRenderer.java:3266)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._renderLibraryPartitionForFeature(DocumentRenderer.java:3172)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._renderBootstrapLibrary(DocumentRenderer.java:3096)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._renderScriptDependencies(DocumentRenderer.java:2113)

    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1265)

    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1578)

    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1085)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786)

    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782)

    at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:102)

    at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:402)

    at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)

    at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)

    to org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ ChangeApplyingVDLWrapper.renderView (ViewDeclarationLanguageFactoryImpl.java:338)

    at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:125)

    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288)

    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:170)

    at oracle.adfinternal.view.faces.lifecycle.ResponseRenderManager.runRenderView(ResponseRenderManager.java:52)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1104)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:389)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:255)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:280)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:254)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:137)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3367)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3333)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)

    at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564)

    to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:254)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    Thank you

    How is set the default browser?

    In tools > Preferences under JDeveloper, not the browser.

    http://i763.Photobucket.com/albums/xx277/dvohra10/SettingDefaultBrowser_zps60d06a23.jpg

  • Error during migration of BLOB type data

    Hello

    I am migrating the data to oracle for oracle and tables soruce and targets have type BLOB field.

    I get the error when I will carry out the interface with these blob fields. But my interface is successful if I'm not maaping this blob files.

    Here is the error message.

    ODI-1217: Session BLOB (162501) fails with return code 942.
    ODI-1226: step BLOB fails after 1 attempt.
    ODI-1240: BLOB stream fails during a load operation. This goal of load flow chart IMAGES.
    ODI-1228: SrcSet0 (load) task fails on ORACLE YAGLD connection target.
    Caused by: java.sql.BatchUpdateException: ORA-00942: table or view does not exist

    Thank you
    Patel.

    Duplicate of
    Error during migration of BLOB type data

  • After migration

    Hi gurus


    Ive got a request from one of the users that the BD after migration to 9.2.0.8 to 10.2.0.4 in some tables, the order of the columns changed and if some errors are coming


    I searched documents but cannot find anything. I wanted to know that is what is actually happening and if that happens then how to rectify them.


    Thanks :(

    Hope that the migration has been successful and you have not all invalid objects after migration.

    In addition, take a look at the Oracle Metalink for known issues and references

    Note: 316889.1 - object: checklist complete for upgrades to 10 g 2 manuals

    Kind regards
    Sabdar Syed,
    http://sabdarsyed.blogspot.com

  • Mail of the El Capitan grayed out after Migration Wizard menus

    The arrival of my new MacBook Pro (OS 10.11.5) I used the Migration Assistant (MA) to import the data from my old MacBook (OS 10.6). MY did not have identical usernames on both devices, so a new user has been created for the migration.

    After migration, everything seems to work very well in most mail (and some obsolete applications).

    Problem: some menu of messaging options are grayed out on and/or non-functional. Strange thing is that Mail works fine in the other user account, so I guess that's a conflict somewhere, sometimes, preferences will not open. New emails correctly, they appear in notifications and can be opened individually, but I can't open the message viewer.

    Grey of menu items:

      

    What I tried without success:

    -delete all e-mail accounts and add them manually

    -remove mail preferences

    -Remove user library: containers, mail, mail preferences folder

    -disable the user fonts

    -Disable items in user login

    Any suggestions much appreciated troubleshooting.

    Problems like this are sometimes caused by files that should belong to you but are locked or have the wrong permissions. This procedure will check for these files. It makes no changes and is therefore not, in itself, a solution.

    First, empty the trash, if possible.

    Triple-click any where in the line below on this page to select, then copy the selected text in the Clipboard by pressing Control-C key combination:

    find ~ $TMPDIR.. \( -flags +sappnd,schg,sunlnk,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) 2>&- | wc -l | pbcopy

    Launch the Terminal application integrated in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    Paste in the Terminal window by pressing command + V. The command may take a significant amount of time to run.

    Wait for a new line ending with a dollar sign ($) to appear.

    The output of the command will be a number. It is automatically copied to the Clipboard. Please paste in a response.

    The Terminal window does not display the output. Please do not copy from there.

  • After migration, iPhoto again takes massive space on the hard drive? My system is showing iphoto and photos with more than 100 GB of space each. I once picture is merged uses always massive GB of space? Thank you.

    After migration, iPhoto again takes massive space on the hard drive? My system is showing iphoto and photos with more than 100 GB of space each. I once picture is merged uses always massive GB of space? Thank you.

    # Multimedia files are hardlinked.

    (141516)

  • Problem with WIFI after Migration

    Hello everyone

    I'm new here, I have the small problem after migration of 10.9.5 system.

    I migrad my files to a MacBook Pro start 2014 for a Mac mini mid-2012.

    After the migration is successful on the Mac mini, the WIFI does not work on the Mac mini.

    I think it's a fault of the driver, but how do I install the WLAN driver?

    Thanks for the support

    Best regards

    Demian Klee

    Were the two Macs on 10.9.5? If this is not the case, what were the OSX versions?

Maybe you are looking for