ORA-39117 with 'MDSYS. "' SDO_GEORASTER ' when you perform an import in 12cR1 non - CBD

Hello

I'm trying to import a table from a database server Oracle 11 GR 2 (11.2.0.3) to a 12cR1 (12.1.0.2) Oracle database (non - CBD).

Here's how I did the export of the source:

SQL > show the db_name parameter

VALUE OF TYPE NAME

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

db_name string ZEUS

SQL > select banner version of v$.

BANNER

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

Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

PL/SQL Release 11.2.0.3.0 - Production

CORE Production 11.2.0.3.0

AMT for Linux: Version 11.2.0.3.0 - Production

NLSRTL Version 11.2.0.3.0 - Production

parfile: exp_missing_SPATIAL_SCHEMAS_ZEUS11g.par

tables is MANGO. ORTHO_PHOTOS, MVDEMO_NATURALEARTH. WORLD_RASTER

Directory = DATA_PUMP_DIR

REUSE_DUMPFILES = y

exclude = statistics

dumpfile = expdp_missing_SPATIAL_SCHEMAS_ZEUS11g.dmp

logfile = logexpdp_missing_SPATIAL_SCHEMAS_ZEUS11g.log

expdp system parfile = exp_missing_SPATIAL_SCHEMAS_ZEUS11g.par

Here's how I did the import to the target:

SQL > show the db_name parameter

VALUE OF TYPE NAME

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

db_name string ZEUS

SQL > select banner version of v$.

BANNER

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

Database Oracle 12 c Enterprise Edition Release 12.1.0.2.0 - 64 bit Production

PL/SQL Release 12.1.0.2.0 - Production

CORE Production 12.1.0.2.0

AMT for Linux: Version 12.1.0.2.0 - Production

NLSRTL Version 12.1.0.2.0 - Production

parfile: imp_missing_SPATIAL_SCHEMAS_ZEUS12c.par

tables is MANGO. ORTHO_PHOTOS, MVDEMO_NATURALEARTH. WORLD_RASTER

Directory = TEMP_DUMPS

dumpfile = expdp_missing_SPATIAL_SCHEMAS_ZEUS11g.dmp

logfile = logimpdp_missing_SPATIAL_SCHEMAS_ZEUS12c.log

Impdp system parfile = imp_missing_SPATIAL_SCHEMAS_ZEUS12c.par

I find myself with this kind of error:

ORA-39117: Type necessary to create the table is not included in this operation. Because sql is:

CREATE TABLE "MANGO". "" ORTHO_PHOTOS "(NUMBER OF 'FID', 'NAME"VARCHAR2 (256 BYTE), VARCHAR2 (256 BYTE) 'TYPE', 'IMAGE' "MDSYS"." SDO_GEORASTER')

SEGMENT OF PCTFREE, PCTUSED 10 40 INITRANS, MAXTRANS 1 255 NOCOMPRESS LOGGING CREATION

STORAGE (INITIAL 65536 THEN 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS USER_TABLES DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT 1)

TABLESPACE...

Yet, the 'MDSYS. "' Data SDO_GEORASTER type" exist in the source and target database.

Someone has such experience, may be related to a bug?

Thanks in advance for any information.

Kind regards

Hi Laury.

You say that the object exists, but you check its executable?

https://docs.Oracle.com/database/121/GEORS/release_changes.htm#GEORS1382

I guess that with the release of 12 c, Oracle wish you to specifically take action showing that you have a license Oracle Spatial.  Otherwise you can not use the georaster with just the license locator object.

See you soon,.

Paul

Tags: Database

Similar Questions

  • Replace all "already exists them" object when you perform an import complete (impdp)

    Hello

    I'm doing a full import from a database to a different database.

    "I already exported (expdp) all subject to a database with no problems, but when I tried to import (impdp) to a different database, an error appeared, as ' ORA-31684:... by object type already exists.

    My question is how to replace already not exist (old to new) objects, so that it shows no error?

    If I use TABLE_EXISTS_ACTION = REPLACE, is not it has replaced only tables and no other objects? I tried already and there was always a mistake.

    Advice will be appreciated. Thanks in advance.

    Kind regards

    Jerry Antonius

    If I use TABLE_EXISTS_ACTION = REPLACE, is not it has replaced only tables and no other objects?

    Yes, it won't replace tables, there is no function to replace all items

    You may need to delete all the objects before import or get the DDL of user, drop user cascade and re-create the user and import again.

  • Rookie Flash needs help with error messages when you perform a simple calculator in AS3.

    I'm doing a simple calculator I followed this guide:

    http://www.YouTube.com/watch?v=5k3h37YKZJI

    It's my code.

    var Hnum:String;

    var PCnum:String;

    var calc:Number = 25;

    var Total: String;

    NUM1. Restrict = "0-9";

    num2. Restrict = "0-9";

    Est_btn.addEventListener (MouseEvent.Click, Calculate);

    function calculate(event:MouseEvent):void {}

    Hnum = num1.txt;

    PCnum = num2.txt;

    Total = parseInt (Hnum) * calc;

    Total.toString ();

    Total_txt. Text = String (Total);

    }

    I get 3 errors:

    Scene 1, Layer 'Actions', frame 1, line 141067: constraint implied a value of type flash.text:TextField to a type unrelated to a String.

    Scene 1, Layer 'Actions', frame 1, line 151067: constraint implied a value of type flash.text:TextField to a type unrelated to a String.

    Scene 1, Layer 'Actions', frame 1, line 161067: constraint implied a value of digital type to type String unrelated.

    I have two areas named num1 and num2 and box input text and dynamic text named Total_txt.

    This should be so simple, I don't really know what im doing wrong?

    Any help would be really appreciated.

    MrB

    If you look at the tutorial, I think you will see that you are using "txt" where "text" is needed.  'text' is a property of a textfield, identify the text that contains the textfield object.  I don't know if you're doing something where the num1 object contains another object named txt, but I think that my first sentence catches the problem.

  • How to avoid the replication when you perform the import

    Hello

    I've set up two-way replication of flows at the level of schema between the two databases.

    Now, I want to import data using imp to one of the database and do not want to replicate these changes in the database.

    How can I achieve this.

    In normal sqlplus, we use marking to avoid replication.
    for example
    exec DBMS_STREAMS. SET_TAG (HEXTORAW('17'));

    We cannot do everything by running IMP.

    BTW, I use instance of Oracle 11 g.
    Oracle Database 11 g Enterprise Edition Release 11.1.0.7.0 - 64 bit Production

    Thank you
    DR

    HI -.
    I suppose you expect that data will be captured and propagated (as opposed to be filtered by the rules).
    If you need to do something like that, I would like to import the data into a different database user; use sqllplus to move the data in the source table, using tag settings to prevent the capture of lines that should not be replicated. If the volume of data is very large then I would consider cancellation of the table for the capture, the configuration import new data. synchronization of the two sites and re-instantiate the table to start capture after importation.
    If you decide to use imp, check the size of data and define the validation = Y. Although it will generate much more of ADR; It can avoid a long-running transaction duration to capture error.

    Broadcasts the DBA to wake up in sweats on the tables of source and destination thinking will not synchronized; unless you know the exact use of the data the possibility of future apply errors made the effort to keep the source and target in useful sync. Otherwise have the capture rules that reflect business rules (in which case import should not be captured if not also necessary). The redo generated by an import may cause capture lag while he mines it again added.

    Rgds
    Mark Teehan
    Singapore

  • I have error vowsem216dll come often when you turn it on and when you perform updates

    I have error vowsem216dll come often when starting up and when you perform updates today has 32/ntdll.dll error. How do I sort them?

    Many had / have Windows 98 so far.  He may not be able to access most of the internet, but it works.

    You upgrade the computer to another operating system platform?

    Windows XP is more supported by Microsoft but as long you are able to locate the drivers/software to operate, do. Windows 8 is developing so I wouldn't waste my money on Windows 7 right now.

    Restart the computer and the logo of the manufacturer, start typing F8

    Select Mode safe mode with networking

    Download the following tool and run a full system scan to exclude the malware.  If your system is infected your anti-virus software will have been compromised.

    http://www.Microsoft.com/download/en/details.aspx?displaylang=en&id=16

    You receive messages such as:

    Rundll32 - this program has performed an illegal operation and will be shut down.

    RUNDLL caused a General Protection Fault in module MMSYSTEM. DLL to 000's: 00000032

    Search for a file located in c: \ windows------vowsem 216.le dll

    After that the file is associated (application/program)

    The only reference I can find about vowsem216dll is on yahoo or pharmaceutical products of brand vowsem responses

    http://UK.answers.Yahoo.com/question/index?QID=20081001095149AAvpVDo

    Start > type MSCONFIG

    Search for list of vowsem and uncheck the box

    Click on apply, Ok

    Restart the computer

    Check do not show me this again in the Configuration window.  It will show at startup, and except if you check the box to not show it will nag.

    Click Start > run

    Type System.ini

    Click OK

    Search for mmsystem

    If this line does not exist, add it.  Save and close the System.ini

    Restart the computer

  • Get a small symbol of a circle with a slash when you click different things on a page

    Original title: a slight aggravation

    When I click on different things on my page I get this little symbol of a circle with a slash in there, what could be the cause of this? my virus scan is not picking up anything.  What he does is more less freezes the page for a few seconds, then goes back to work again. but she does a lot...

    Hi Darrell_p.kelley,

    1 Windows operating system you are using?

    2. this happens to you when you are clicking on a specific program?

    3. when the problem started?

    4. you remember to make changes to the computer before this problem?

    You can check out the following link and try to download the Microsoft Safety Scanner and perform a full scan on your computer and check.

    Microsoft safety scanner

    Note: When you perform the analysis, there are risks of data loss you can take a backup of important data before performing analysis.

    Hope this information is useful.

  • I am still getting error code 8004ff83 when you perform the update

    I am still getting error code 8004ff83 when you perform the update

    I read that in safe mode, it would be possible to do the update. What is safe mode?

    Hello

    Perform the steps from the link below and check if the problem persists.
    Problems with installing updates
     
    Hope this information helps.
  • What are the risks by removing the previous Windows installations when you perform disk cleanup?

    What are the risks by removing the previous Windows installations when you perform disk cleanup? Will be some things about windows 7 stop working or be affected?

    The Windows.old folder is your ticket to uninstall Windows 7 and roll back to Vista.

    If you are happy with the results of leveling, can access all your data files, all that you have transferred to the E-mail, the .old folder can be deleted.

    JS
    http://www.PAGESTART.com
    Never be afraid to ask. This forum has some of the best people in the world to help.

  • Microsoft Office regularly crashes when you perform a save as on a network location mapped

    Microsoft Office regularly crashes when you perform a save as to any place of the network off the internal hard drives on my laptop. The version is 14.0.6112.5000 (64-bit).

    The question seems to relate to a problem with the Windows Explorer, I find that if I first open the folder by browing through Windows Explorer crash is much less likely to occur. It is not always, but usually after the 4th or 5th attempt I can save the document. Once I made the first save as a new document, I didn't backup after problems.

    This happens only with the Office suite of products - I have no similar problems with third-party programs.

    What is happening is the Save dialog box under opens, but when I try to navigate through the program crashes. I can usually (but not 100% of the time) scroll to reach readers intgernal, but almost always crashes when you try to reach the network mapped drives unless I have already sailed on these places by car outside the word.

    It is a relatively new problem. I did a clean install of Windows 7 (x 64) on my laptop in November 2011, everything was fine until April. My thought is that a .dll file is corrupt, or there could be a problem of accidentally unplugging a smartphone or Tablet without ejecting it first.

    Suggestions are greatly appreciated, I really don't want to go through the hassle to do a clean install and then restore all my programs again.

    Thank you!

    Julie

    I think that the first thing would be to try a repair.
    Start > Control Panel > programs and features > click on your Office installation > click Change > repair

    I hope this helps.

  • How to hide text when you perform a mouseover?

    I'm quite new to Captivate, and I'm hoping to hide a text box when you perform a mouseover. The idea is that the text fades mousing over a certain amount, but I need the text background to disappear to function effectively.

    I guess I need to use a tip Action and understand the Action fairly easily, but only part can not see to understand what needs to be part of the FI. Any help will be appreciated.

    Thank you

    I don't like break it will... but it was not a perfect world for thousands of years now.  And it is not improving.

    Captivate is an obvious LACK when it comes to mouseover events to trigger interactivity.  There is a new widget to HTML5 which will soon release that addresses this issue, but you will have to wait for her.  And as it's ONLY for HTML5, you can't use it with output SWF.

    If you use SWF, there is a handler for Infosemantics widget that allows you to trigger actions mouseover and mouseout/mouseouthandler().

    Topic of Infosemantics Event Handler Widget | Infosemantics Pty Ltd

    Free trial versions of the widget are available here if you want to test:

    Free trial versions of Adobe Captivate Widgets | Infosemantics Pty Ltd

  • IPL fail... no trace to reposition to when you perform the direct load task.

    Trying to do an initial load, I get this error whenever I go out a table with data in it:

    Treatment FOO table. BAR

    2013-11-21 23:22:15 WARNING EXTRACT OGG-01194 task LOADREPL added: there is no trace of reposition to when you perform the direct load task.

    Context of the source:

    SourceModule: [er.idlx]

    SourceID: [/ scratch.local/mmar/view_storage/mmar_14516066/oggcore/OpenSys/src/app/er/idlx.c]

    SourceFunction: [IDLX_complete_tcp_msg]

    SourceLine: [383]

    ERROR OGG - 01203 EXTRACT abending

    ERROR OGG-01668 PROCESS ABENDING.

    The strange thing is, I can use the same extract initLoad and loadRepl replicat... except using a different source schema.table and schema.table of the target, and it will work!

    User El error.  I increased the storage space available for the target schema that wasn't and the problem disappeared.

  • When you perform an upgrade download, download ask me to close elementsAutoAnalyzer, I can not find

    When you perform an upgrade download, the Download Manager will ask to close elementsautoanalyzer.  I do not have or can not find this application.  Please notify

    Programs interfere with the Installation of fence
    ----------------------------------------------

    Task Manager - PC: (CTRL-ALT-DEL) http://support.microsoft.com/kb/323527

    Mac - Activity Monitor: http://osxdaily.com/2010/08/15/mac-task-manager/

  • Get "communication error with kernel" message when you try to run a virus scan program

    Get "communication error with kernel" message when you try to run a virus scan program

    Hello

    What antivirus do you use?

    Follow the steps in the article mentioned below and check if this solves the problem.


    The error message "error communicating with kernel":

    http://KB.eset.com/esetkb/index?page=content&ID=SOLN2280

  • When you perform a reset wilI it allow you to do another set of recovery disc

    When you perform a reset to factory setting on windows 8. It will allow you to make another set of recovery disc?

    Hello

    It depends on how do the reset

    (a) using a new set of HP or the recovery partition (no game has been created): Yes

    (b) using a set that was created from your machine before: No.

    Kind regards.

  • Backup Windows XP does not seem to be clear the attribute archive when you perform a normal backup.

    Backup Windows XP does not seem to be clear the attribute archive when you perform a normal backup.

    I do a backup of the 'Normal' at the beginning of the month.  Then, at the end of the first week, I do a "Differential" backup (using the same "backup job" but change to type "Incremental".)

    Well the difference is huge and to study, I see that a lot of files that I don't know that I didn't take the week since the 'Normal' backup have the Archive attribute set.

    Is the 'Normal' compensation not the bit mode backup of archive?  Another thing would be randomly set the attributes to archive?  Is there a ghost in the machine?  Inquiring minds want to know.

    Hello

    Differential backup marks files as having been backed up (in other words, archive attribute is not cleared). This is normal.

    For more information please visit:
    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/types_of_backup.mspx?mfr=true
    http://msdn.Microsoft.com/en-us/library/aa174458 (SQL.80) .aspx
    http://msdn.Microsoft.com/en-us/library/ms345448.aspx

    Thanks and greetings
    Umesh P - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

Maybe you are looking for