Georaster problems

I've loaded some tiff-images in my database with pl/sql, but there is no way I can view them. GeorasterViewer gives the message "can't connect to DB", Mapbuilder gives the message "No spatial data to render" (heap is big enough)! I can't load images with MapBuilder! Mapviewer gives a blue window! Is there something wrong with JDBC? How can I check if there is something wrong with my DB-connections?

Seems you need to solve your problem of connecting to Oracle first.
1. To view it, you can try PCI's freeview
http://www.pcigeomatics.com/products/freeview.html
2. You may want to run
SDO_GEOR.schemaValidate
SDO_GEOR.validateGeoraster
to validate your Georaster first

Similar Messages

  • GeoRaster - problem w/ setModelSRID

    Hello All,
    I've loaded a GeoRaster from a geotiff and am trying to set the SRID on it but getting an error:
    ORA-13418: null or invalid parameter(s) for set functions
    Is this because I loaded w/o specifying a world file? I would have thought the world file was unnecessary when the geotiff tags were present. The raster shows a being valid.
    Can someone explain what's going on?
    Thanks!
    -- john
    SQL> declare
    2 grobj sdo_georaster;
    3 begin
    4 select georaster into grobj from etopo2_raster where georid = 1 for update;
    5 sdo_geor.setModelSRID(grobj,8307);
    6 commit;
    7 end;
    8 /
    declare
    ERROR at line 1:
    ORA-13418: null or invalid parameter(s) for set functions
    ORA-06512: at "MDSYS.SDO_GEORX", line 921
    ORA-06512: at "MDSYS.SDO_GEOR", line 2478
    ORA-06512: at line 5

    Currently I don't think Oracle uses georeferencing information from a geotiff image. If you have a world file it would be good to include the file at load time.
    In various presentations I've seen that full geotiff support is a likely addition. See Siva Ravada's presentation here:
    http://downloadeast.oracle.com/otndocs/products/spatial/pdf/au_melbourne06_11g_nf.pdf
    That said, I'm not sure why the call is failing. Is there a raster where geor_id=1? Did you ever insert the data after initializing it (see if anything is in your raster data table)?
    The reason I ask is you have selected raster data, tried to georeference it, but never tried to actually update the column with the new georaster object.
    Hope this helps.

  • Mapbuilder error 4047or 7469

    when i create Georaster themes and preview, there is a black and white image, the error is "fatal error: 4047" or "fatal error: 7469". why? Ask for a help ,thanks!
    Operation are as follows:
    1. create Georaster table, raster data table, spatial index;
    2. import Georaster data by FME
    3. create connection in mapbuilder
    4. create a Georaster themes and preview it
    2009-5-31 10:49:50 oracle.sdovis.theme.GeoRasterThemeProducer isDataWithinScale
    information: Screen resolution: 8.217391304347826
    2009-5-31 10:49:50 oracle.sdovis.DBMapMaker renderEm
    information: **** time spent on loading features: 156ms.
    2009-5-31 10:49:50 oracle.sdovis.ImageRenderer renderGeoRasterImage
    fatal error: 7469
    2009-5-31 10:49:50 oracle.sdovis.DBMapMaker renderEm
    information: **** time spent on rendering: 0ms

    The easiest way to diagnose any GeoRaster problems is to use sdo_geor.validateGeoraster and take advantage of the java GeoRasterViewer. The GeoRasterViewer (or GeoRasterTool) is specifically designed for usage by DBA and application developers and it doesn't require any special (or extra) setup or configuration to display any GeoRaster object.
    can you do the following?
    (1) connect to database and run, for example
    SELECT t.georid, sdo_geor.validategeoraster(t.georaster) isvalid from georaster_table t order by georid;
    (2) run the client-side Java GeoRasterViewer (or GeoRasterTool) to display the image you loaded.
    Once the above is done and everything looks good, you can start working on MapViewer for web delivery, etc. unless you started with MapBuilder to do all the loading work and configurations.
    hope this helps,
    Jeffrey

  • Problem with rendering GeoRaster in MapViewer...

    Hi,
    I am using the MapBuilder (10.1.3.1), and I import a georaster for an Oracle Spatial 10g Database. I created a GeoRaster Theme and a Base Map including GeoRaster Theme created. In preview mode of Map Builder, the GeoRaster is displayed correctly. In MapViewer (Ver 10131_B061023) this GeoRaster does not appear... A cyan rectangle appears, apparently with the size of GeoRaster...
    I have copied the Java Advanced Imaging (JAI) library files (jai_core.jar and jai_codec.jar) to the OracleAS MapViewer library path (\mapviewer\web\WEB-INF\lib), and restart mapviewer...
    Does anyone have any idea of what may be happening wrong?
    Thanks

    There may be a problem with the map request sent to MapViewer. Please post the map request and the log information (you can get from the log file - set the log level to "finest").

  • Still problems with georaster

    Hallo,
    I have posted some days again that I am not able to load georaster or I should say I can load but when I validate my data after loading I always get the error code 13454 (I tried the import procedure and the georasterloader tool with different tiff and png).
    I let my script with my tables, the trigger, the permission and my tiff file run somebody else and he could validate with true and the metadata is exactly the same. We tried with different charactersets (if this maybe is the problem) but I can't still validate after loading.
    Has somebody experience or advice what could else be wrong? Is there somebody from germany who has eventuelly created a database with default characterset or Unicode (AL32UTF8) and german langauge settings and is able to load?
    Thanks for helping me until now. I am deeply grateful!!
    Kind regards,
    Katrin

    In case anyone is wondering, I was able to load this data. My metadata is exactly the same as Katrin's, but mine validates and hers doesn't. If anyone else can jump in here, please do!

  • SOS! Please help me about GeoRaster Mapviewer problem!!

    Hi!
    I am very miserable. I want to see GeoRaster Data with MapViewer 10. I have finished all guides but No result. The following details:
    - I load image into Georaster successfully and estable extentspatial, metadata,etc.. as Mapviewer guide for Georaster theme at location 2.3.6.
    - After that, I copy jai_core.jar and jai_codec.jar into ../web/Web-Inf/lib.
    - Then repair MapviewerConfig.xml to respone to my Database.
    - Then at window of Mapviewer, I paste my Map request following:
    xml_request=<?xml version="1.0" standalone="yes" ?>
    <map_request
    title=""
    datasource="ThoaGlobName"
    width="288"
    height="192"
    format="GIF_URL" >
    <themes>
    <theme name="geor_theme" >
    <jdbc_georaster_query
    jdbc_srid="82216"
    datasource="ThoaGlobName"
    georaster_table="ThoaImage"
    georaster_column="Image"
    raster_id="1"
    raster_table="ThoaImageRDT"
    asis="false">
    </jdbc_georaster_query>
    </theme>
    </themes>
    </map_request>
    Then click Submit button.
    I see MapViewer give errors following:
    <?xml version="1.0" encoding="UTF-8" ?>
    <oms_error>Message:[oms] error parsing given xml map request. Fri Sep 29 22:56:18 PDT 2006 Severity: 0 Description: oracle.xml.parser.v2.XMLParseException: Start of root element expected. at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:205) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:305) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:267) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:253) at oracle.lbs.mapserver.oms.parse(oms.java:606) at oracle.lbs.mapserver.oms.getXMLDocument(oms.java:864) at oracle.lbs.mapserver.oms.doPost(oms.java:303) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186) at java.lang.Thread.run(Unknown Source)</oms_error>
    PLEASE HELP ME! I do not know where I wrong. It is time for me to post my final test. I am very worried! I am regard high your help.Thank you so much!

    If you take a look in this category of different forums, you will find one that discusses e.g. GeoRaster.

  • Problem with SDO_GEOR.generateStatistics() on GeoRaster

    Hi forum, I've been using GeoRaster for a while and I'm stuck trying to obtain statistics from my rasters. Here is what I have right now:
    DECLARE
      gr SDO_GEORASTER;
      ret VARCHAR2(256);
      window MDSYS.SDO_NUMBER_ARRAY;
    BEGIN
      SELECT CAST(SDO_GEOR.generateSpatialExtent(rast,null).sdo_ordinates as MDSYS.SDO_NUMBER_ARRAY) as window
        INTO window
        FROM winds
       WHERE georid=3;
      SELECT rast
        INTO gr
        FROM winds
       WHERE georid=3 FOR UPDATE;
      ret := SDO_GEOR.generateStatistics(gr, 'samplingFactor=1', window, 'TRUE', '0-1', 'FALSE',null,'true');
      UPDATE winds
         SET rast=gr
      WHERE georid=3;
      COMMIT;
    END;The function finishes without any errors, but when I try to access the statistics like this:
    SELECT sdo_geor.getStatistics(rast, 0) FROM winds;I just got a "null" result.
    Some info about my raster:
    -It has 1 band.
    -SRID = 23030
    -NODATA value = -99999
    Any help would be very welcome. Thanks!

    Hi, in your original script the window you passed in should be in cell space because you used the sdo_number_array. but the spatial extent and its sdo_ordinates you used to create that window is in model space. so the window it created has huge or incorrect cell coordinates, which is not overlapping with the actual image. That's why no statistics were generated. So, when you call this function, pay more attention to which prototype (cell space window vs mode space window) you would like to use and make sure the coordinates are in the right spaces.
    Since you are generating the statistics for the whole image, you really don't need to use the spatialextent for the window. simply use NULL, as zzhang posted. The default is the whole raster.
    That said, there is a bug here for this special case. We have just filed Bug 14021903 for it. If you need the fix for your current version, please file a Service Request.
    Thank you very much.
    Jeffrey

  • Problem about the GeoRaster demo files

    Hi there!
    The document "Oracle Spatial GeoRaster 10g Release 1 (10.1)" says I could find the demo files under the installation directory "$ORACLE_HOME/md/demos/georaster/plsql",but I cannot find the "demos" folder under the "md" directory.If you installed 10g and got the "plsql" folder,could you send it to me please?
    Thank you very much!
    My e-mail is: [email protected]

    hi Dan:
    Thanks for your reply,but I have not get the companion cd.could you please send the files to my e-mailbox?
    I only need the demo files in "md/demos/georaster/plsql".Thank you!

  • Export georaster into file (tfw problem)

    Hi,
    I want to export some georaster into the file system with different resolution of the image. after storage the data in sdo_georaster i built pyramids. now i want to export the data in different pyramid-level with:
    CREATE OR REPLACE PROCEDURE A
    IS
    GR SDO_GEORASTER;
    BEGIN
    SELECT GEORASTER INTO GR FROM T99_GEORASTER WHERE ID = 1;
    SDO_GEOR.EXPORTTO(GR, 'PLEVEL=4', 'TIFF', 'FILE', 'e:\bla\aaa', 'WORLDFILE', 'FILE', 'e:\bla\aaa');
    END;
    after i export my files aaa.tif and aaa.tfw i have the right image but a wrong tfw-information. the pixel-width und pixel-height in the tfw are wrong. if i change the plevel=2 (available 1..6) to 2 the get the result as the same tfw-data as in the plevel=4-export. so the only level, the georeferencing data are correct is with pyramidlevel=0?
    anybody know my error or can help me?
    thanks,
    michael

    If I understand you right, you want to replace any occurance of 'SEQ' in the variable mmy_col_string with another value (new column name)?
    This would work like so:
    declare
       mmy_col_string   varchar2(100) := 'SELECT ID, SEQ, NAME FROM TABLE;';
       col_name_replace varchar2(30)  := 'SEQ';
       new_col_name     varchar2(30)  := 'NEW_COLUMN_NAME';       
       pos              number        := 0;
    begin
       pos := instr(mmy_col_string, col_name_replace);
       while pos > 0 loop
          mmy_col_string := substr(mmy_col_string, 1, (pos-1)) || new_col_name || substr(mmy_col_string, (pos + length(col_name_replace)));
          pos := instr(mmy_col_string, col_name_replace);
       end loop;
    end;
    /Regards,
    Gerd

  • MapBuilder Error:Can not find a GeoRaster object with specified rdt and rid

    Hello,
    I can't GeoRaster data in the preview of the MapBuilder and MapViewer. The GeoRasterViewer shows the Raster images without problems.
    MapBuilders error message:
    19.11.2008 13:07:11 oracle.sdovis.theme.GeoRasterThemeProducer prepareData
    SCHWERWIEGEND: GeoRaster load Exception:
    oracle.spatial.georaster.GeoRasterException: Can not find a GeoRaster object with specified rdt and rid.
         at oracle.spatial.georaster.JGeoRaster.validateConn(JGeoRaster.java:608)
         at oracle.sdovis.theme.GeoRasterThemeProducer$JGeoRasterGTP.<init>(GeoRasterThemeProducer.java:2037)
         at oracle.sdovis.theme.GeoRasterThemeProducer.prepareData(GeoRasterThemeProducer.java:694)
         at oracle.sdovis.GeoRasterTheme.prepareData(GeoRasterTheme.java:95)
         at oracle.sdovis.LoadThemeData.run(LoadThemeData.java:75)
    19.11.2008 13:07:11 oracle.sdovis.LoadThemeData run
    SCHWERWIEGEND: Exception fetching data for theme RAS_DGK.
    Message:GeoRaster load Exception: Can not find a GeoRaster object with specified rdt and rid.
    Description:
         at oracle.sdovis.theme.GeoRasterThemeProducer.prepareData(GeoRasterThemeProducer.java:1109)
         at oracle.sdovis.GeoRasterTheme.prepareData(GeoRasterTheme.java:95)
         at oracle.sdovis.LoadThemeData.run(LoadThemeData.java:75)
    19.11.2008 13:07:11 oracle.sdovis.MapMaker buildDataMBR
    WARNUNG: null MBR resulted from buildDataMBR.
    The errror message of MapViewer is nearly the same with some more informations about the spatial query and the coordintes of the query window. If I run that spatial query in the sqldeveloper it returns a result!
    I did following stebs:
    - saved a tiff-Image in a GeoRaster table with pyramid an tiled images.
    - checked the sdo_geom_metadata --> they are correct
    - checked the sdo_georaster object for the rdt table name and rasterid --> they are correct
    - checked the rdt table --> objects with that rid are saved
    - checked the mdsys.sdo_geor_sysdata table --> entry is correct
    - validate the geraster with the sdo_geor.validategeoraster function --> object is valid
    - updated the spatial extend of the image and try again the preview functio--> the same error
    The databse server is a virtual Linux server with Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit.
    The web server is a Window 2003 R2 Server with a weblogic server and mapviewer patch 5 (Ver1033p5_B081010).
    For a test I did the same (the same table script, the same raster data, the same import method) on a developer pc (WinXP Pro SP2) with Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 (32bit) the same mapbuilder version but with the MapViewer QuickStartKid and it works fine!!!
    Has anyone an idea?
    Greeting,
    Cord
    Edited by: Corti on Nov 19, 2008 2:14 PM

    Hi Joao,
    Thanks so far.
    I'm previewing a GeoRaster theme. I created it with the MapBuilder GeoRaster wizard. The theme difinition is (out of the export file):
    RAS_DGK|
    null|
    RAS_DGK|
    GEORASTER|
    <?xml version="1.0" standalone="yes"?>
    <styling_rules theme_type="georaster">
    </styling_rules>|
    (GeoRaster table name is "RAS_DGK", theme name is also "RAS_DGK")
    I get following log information:
    preview without a coordinate or scale:
    MapBuilder Error (as pop up): MAPVIEWER 01005: no spatial data to render
    log file:
    20.11.2008 10:17:27 oracle.sdovis.LoadThemeData run
    FEINER: LoadThemeData running thread: Thread-43
    20.11.2008 10:17:27 oracle.sdovis.theme.GeoRasterThemeProducer prepareData
    FEINER: Original query window: -Infinity,-Infinity,NaN,NaN
    20.11.2008 10:17:27 oracle.sdovis.theme.GeoRasterThemeProducer prepareData
    FEINER: [Query] select grt.GEORASTER, grt.GEORASTER.metadata.getClobVal() from RAS_DGK grt
    20.11.2008 10:17:27 oracle.sdovis.theme.GeoRasterThemeProducer prepareData
    FEINER: Fetch size: 100
    20.11.2008 10:17:27 oracle.sdovis.theme.GeoRasterThemeProducer prepareData
    SCHWERWIEGEND: GeoRaster load Exception:
    oracle.spatial.georaster.GeoRasterException: Can not find a GeoRaster object with specified rdt and rid.
         at oracle.spatial.georaster.JGeoRaster.validateConn(JGeoRaster.java:608)
         at oracle.sdovis.theme.GeoRasterThemeProducer$JGeoRasterGTP.<init>(GeoRasterThemeProducer.java:2037)
         at oracle.sdovis.theme.GeoRasterThemeProducer.prepareData(GeoRasterThemeProducer.java:694)
         at oracle.sdovis.GeoRasterTheme.prepareData(GeoRasterTheme.java:95)
         at oracle.sdovis.LoadThemeData.run(LoadThemeData.java:75)
    20.11.2008 10:17:27 oracle.sdovis.LoadThemeData run
    SCHWERWIEGEND: Exception fetching data for theme RAS_DGK.
    Message:GeoRaster load Exception: Can not find a GeoRaster object with specified rdt and rid.
    Description:
         at oracle.sdovis.theme.GeoRasterThemeProducer.prepareData(GeoRasterThemeProducer.java:1109)
         at oracle.sdovis.GeoRasterTheme.prepareData(GeoRasterTheme.java:95)
         at oracle.sdovis.LoadThemeData.run(LoadThemeData.java:75)
    20.11.2008 10:17:27 oracle.sdovis.MapMaker buildDataMBR
    WARNUNG: null MBR resulted from buildDataMBR.
    preview with a center coordinate of the image and a scale:
    20.11.2008 10:18:43 oracle.sdovis.SRS getOptimalQueryWindow
    AM FEINSTEN: *** isGeodetic=false, unit=METER
    20.11.2008 10:18:43 oracle.sdovis.LoadThemeData run
    FEINER: LoadThemeData running thread: Thread-45
    20.11.2008 10:18:43 oracle.sdovis.theme.GeoRasterThemeProducer prepareData
    FEINER: Original query window: 2550045.7746478873,5608500.0,2551954.2253521127,5609500.0
    20.11.2008 10:18:43 oracle.sdovis.theme.GeoRasterThemeProducer prepareData
    FEINER: [Query] select grt.GEORASTER, grt.GEORASTER.metadata.getClobVal() from RAS_DGK grt WHERE MDSYS.SDO_FILTER(grt.GEORASTER.spatialextent, MDSYS.SDO_GEOMETRY(2003, 31466, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(?,?,?,?)), 'querytype=WINDOW') = 'TRUE'
    20.11.2008 10:18:43 oracle.sdovis.theme.GeoRasterThemeProducer prepareData
    FEINER: Fetch size: 100
    20.11.2008 10:18:43 oracle.sdovis.theme.GeoRasterThemeProducer prepareData
    SCHWERWIEGEND: GeoRaster load Exception:
    oracle.spatial.georaster.GeoRasterException: Can not find a GeoRaster object with specified rdt and rid.
         at oracle.spatial.georaster.JGeoRaster.validateConn(JGeoRaster.java:608)
         at oracle.sdovis.theme.GeoRasterThemeProducer$JGeoRasterGTP.<init>(GeoRasterThemeProducer.java:2037)
         at oracle.sdovis.theme.GeoRasterThemeProducer.prepareData(GeoRasterThemeProducer.java:694)
         at oracle.sdovis.GeoRasterTheme.prepareData(GeoRasterTheme.java:95)
         at oracle.sdovis.LoadThemeData.run(LoadThemeData.java:75)
    20.11.2008 10:18:43 oracle.sdovis.LoadThemeData run
    SCHWERWIEGEND: Exception fetching data for theme RAS_DGK.
    Message:GeoRaster load Exception: Can not find a GeoRaster object with specified rdt and rid.
    Description:
         at oracle.sdovis.theme.GeoRasterThemeProducer.prepareData(GeoRasterThemeProducer.java:1109)
         at oracle.sdovis.GeoRasterTheme.prepareData(GeoRasterTheme.java:95)
         at oracle.sdovis.LoadThemeData.run(LoadThemeData.java:75)
    20.11.2008 10:18:43 oracle.sdovis.DBMapMaker renderEm
    INFO: **** time spent on loading features: 234ms.
    20.11.2008 10:18:43 oracle.sdovis.RenderingEngine prepareForRendering
    AM FEINSTEN: xfm: 0.284 0.0 0.0 -0.284 -724212.9999999999 1593097.9999999998
    20.11.2008 10:18:43 oracle.sdovis.ImageRenderer renderGeoRasterTheme
    WARNUNG: GeoRaster theme RAS_DGK has no rendered images.
    20.11.2008 10:18:43 oracle.sdovis.VectorRenderer render
    FEINER: time to render theme RAS_DGK with 0 styled features: 0ms
    20.11.2008 10:18:43 oracle.sdovis.DBMapMaker renderEm
    INFO: **** time spent on rendering: 16ms
    If I run the sql statement in the log file, it returns a result.
    select grt.georid, grt.GEORASTER, grt.GEORASTER.metadata.getClobVal()
    from ras_dgk grt
    WHERE MDSYS.SDO_FILTER(grt.GEORASTER.spatialextent,
    MDSYS.SDO_GEOMETRY(2003, 31466, NULL,
    MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3),
    MDSYS.SDO_ORDINATE_ARRAY(2550045.7746478873,5608500.0,2551954.2253521127,5609500.0)), 'querytype=WINDOW') = 'TRUE';
    GEORID
    2
    GEORASTER
    MDSYS.SDO_GEORASTER(20001,MDSYS.SDO_GEOMETRY(2003,31466,null,MDSYS.SDO_ELEM_INFO_ARRAY(1,1003,3),MDSYS.SDO_ORDINATE_ARRAY(2550000,5608000,2552000,5610000)),RDT_RAS_DGK,522,oracle.xdb.XMLType@194a7ec)
    GEORASTER.metadata.getClobVal()
    <georasterMetadata xmlns="http://xmlns.oracle.com/spatial/georaster">
    <objectInfo>
    <rasterType>20001</rasterType>
    <isBlank>false</isBlank>
    <defaultRed>1</defaultRed>
    <defaultGreen>1</defaultGreen>
    <defaultBlue>1</defaultBlue>
    </objectInfo>
    <rasterInfo>
    <cellRepresentation>UNDEFINED</cellRepresentation>
    <cellDepth>8BIT_U</cellDepth>
    <totalDimensions>2</totalDimensions>
    <dimensionSize type="ROW">
    <size>6299</size>
    </dimensionSize>
    <dimensionSize type="COLUMN">
    <size>6299</size>
    </dimensionSize>
    <ULTCoordinate>
    <row>0</row>
    <column>0</column>
    </ULTCoordinate>
    <blocking>
    <type>REGULAR</type>
    <totalRowBlocks>4</totalRowBlocks>
    <totalColumnBlocks>4</totalColumnBlocks>
    <rowBlockSize>2048</rowBlockSize>
    <columnBlockSize>2048</columnBlockSize>
    </blocking>
    <interleaving>BSQ</interleaving>
    <pyramid>
    <type>DECREASE</type>
    <resampling>NN</resampling>
    <maxLevel>6</maxLevel>
    </pyramid>
    <compression>
    <type>NONE</type>
    </compression>
    </rasterInfo>
    <spatialReferenceInfo>
    <isReferenced>true</isReferenced>
    <SRID>31466</SRID>
    <modelCoordinateLocation>UPPERLEFT</modelCoordinateLocation>
    <modelType>FunctionalFitting</modelType>
    <polynomialModel rowOff="0" columnOff="0" xOff="0" yOff="0" zOff="0" rowScale="1" columnScale="1" xScale="1" yScale="1" zScale="1">
    <pPolynomial pType="1" nVars="2" order="1" nCoefficients="3">
    <polynomialCoefficients>17668678.695368 0 -3.14949718277477</polynomialCoefficients>
    </pPolynomial>
    <qPolynomial pType="1" nVars="0" order="0" nCoefficients="1">
    <polynomialCoefficients>1</polynomialCoefficients>
    </qPolynomial>
    <rPolynomial pType="1" nVars="2" order="1" nCoefficients="3">
    <polynomialCoefficients>-8031218.31607409 3.14949718277477 0</polynomialCoefficients>
    </rPolynomial>
    <sPolynomial pType="1" nVars="0" order="0" nCoefficients="1">
    <polynomialCoefficients>1</polynomialCoefficients>
    </sPolynomial>
    </polynomialModel>
    </spatialReferenceInfo>
    <layerInfo>
    <layerDimension>BAND</layerDimension>
    <subLayer>
    <layerNumber>1</layerNumber>
    <layerDimensionOrdinate>0</layerDimensionOrdinate>
    <layerID>1</layerID>
    <colorMap>
    <colors>
    <cell value="0" blue="255" red="255" green="255" alpha="255"/>
    <cell value="1" blue="0" red="0" green="0" alpha="255"/>
    </colors>
    </colorMap>
    </subLayer>
    </layerInfo>
    </georasterMetadata>
    I checked also the content of rdt table and it contains entries with that raster id (= 522).
    Finally the log file when I use the preview directly on the GeoRaster table without a theme:
    20.11.2008 10:23:46 oracle.sdovis.LoadThemeData run
    FEINER: LoadThemeData running thread: Thread-55
    20.11.2008 10:23:46 oracle.sdovis.theme.GeoRasterThemeProducer prepareData
    FEINER: Original query window: -Infinity,-Infinity,NaN,NaN
    20.11.2008 10:23:46 oracle.sdovis.theme.GeoRasterThemeProducer prepareData
    FEINER: [Query] select grt.GEORASTER from RAS_DGK grt where grt.GEORASTER.rasterid = ? and grt.GEORASTER.rasterdatatable = ?
    20.11.2008 10:23:46 oracle.sdovis.theme.GeoRasterThemeProducer prepareData
    FEINER: Fetch size: 100
    20.11.2008 10:23:46 oracle.sdovis.theme.GeoRasterThemeProducer prepareData
    SCHWERWIEGEND: GeoRaster load Exception:
    oracle.spatial.georaster.GeoRasterException: Can not find a GeoRaster object with specified rdt and rid.
         at oracle.spatial.georaster.JGeoRaster.validateConn(JGeoRaster.java:608)
         at oracle.sdovis.theme.GeoRasterThemeProducer$JGeoRasterGTP.<init>(GeoRasterThemeProducer.java:2037)
         at oracle.sdovis.theme.GeoRasterThemeProducer.prepareData(GeoRasterThemeProducer.java:694)
         at oracle.sdovis.GeoRasterTheme.prepareData(GeoRasterTheme.java:95)
         at oracle.sdovis.LoadThemeData.run(LoadThemeData.java:75)
    20.11.2008 10:23:46 oracle.sdovis.LoadThemeData run
    SCHWERWIEGEND: Exception fetching data for theme RAS_DGK.
    Message:GeoRaster load Exception: Can not find a GeoRaster object with specified rdt and rid.
    Description:
         at oracle.sdovis.theme.GeoRasterThemeProducer.prepareData(GeoRasterThemeProducer.java:1109)
         at oracle.sdovis.GeoRasterTheme.prepareData(GeoRasterTheme.java:95)
         at oracle.sdovis.LoadThemeData.run(LoadThemeData.java:75)
    20.11.2008 10:23:46 oracle.sdovis.MapMaker buildDataMBR
    WARNUNG: null MBR resulted from buildDataMBR.
    If you need more information - please ask for it.
    Cord

  • Creating a view with existing GeoRaster columns and new SDO_GEOMETRY column

    Hi,
    In a nutshell, I already have 1 real table, which has several attributes including types such as text, numbers etc. but also a GeoRaster column. This table works great, has its metadata stored properly and is spatially indexed; no worries.
    I am then creating a view based on the above mentioned table, including the GeoRaster column. This worked, no problems. However now I want the same view to also have a SDO_GEOMETRY column which explicitly stores the spatial extent for each GeoRaster. Note the original table does not have this SDO_GEOMETRY column. So, I have created a revised SQL statement to create the view, but now it dynamically adds a new column and puts the GeoRaster.spatialextents into the SDO_GEOMETRY column.
    This worked, the data made it into the view, but when we try to view the SDO_GEOMETRY in a viewer, we get errors. I added a system metadata entry for the view, but this did not help. Also, it is not possible to spatially index a view so I knew that was not the problem.
    I think what has happened is the SDO_GEOMETRY column is in a sort of "limbo", where because it was not contained in the original table (and indexed there) and it is not able to be indexed in a view, it cannot be manipulated/viewed/used spatially.
    Here is a snippet describing the original table:
    "IMAGERY_ID" NUMBER NOT NULL ENABLE,
    "CAM_ANGLE_X" NUMBER,
    "CAM_ANGLE_Y" NUMBER,
    "CAM_ANGLE_Z" NUMBER,
    "SPEED" NUMBER,
    "HEADING" NUMBER,
    "IMAGE_GEOR" "SDO_GEORASTER",
    "ACQUISITION_TIME" TIMESTAMP (6),
    "SENSOR_ID" NUMBER,
    "DOWNWARD_LOOKING" CHAR(1 BYTE),
    "ORG_ID" NUMBER,
    "POC_ID" NUMBER,
    "FILE_NAME" VARCHAR2(100 BYTE),
    "CORRELATION_ID" VARCHAR2(256 BYTE),
    And here is the statement I used to create the new view:
    CREATE VIEW level_0_img_view (imagery_id, cam_angle_x, cam_angle_y, cam_angle_z, speed, heading, image_geor, acquisition_time, sensor_id, downward_looking, org_id, poc_id, file_name, correlation_id, geor_extents)
    AS
    SELECT a.imagery_id, a.cam_angle_x, a.cam_angle_y, a.cam_angle_z, a.speed, a.heading, a.image_geor, a.acquisition_time, a.sensor_id, a.downward_looking, a.org_id, a.poc_id, a.file_name, a.correlation_id, a.image_geor.spatialextent
    FROM imagery a
    WHERE a.file_name LIKE '%.lev0';
    Note in the above statement that the "geor_extents" column is the new column added dynamically (and not in the original table). Note the new column with the SDO_GEOMETRY data is flawless, I have looked at the records in SQL developer and all the data is there.
    Any ideas?
    In case you're wondering, I do have reasons for: (i) wanting an explicit column with the SDO_GEOMTRY (serving via WFS), and (ii) not wanting to alter the original table to include the equivalent SDO_GEOMETRY column.
    Cheers,
    M.

    Hi,
    if you are having problems to display your view spatial columns in MapBuilder/MapViewer, you may be missing to register the view information in the metadata (name and spatial columns).
    For example, lets see the following table that simulates your case:
    SQL> desc pci_image;
    Name Null? Type
    GEORID NOT NULL NUMBER
    TYPE VARCHAR2(32)
    GEORASTER MDSYS.SDO_GEORASTER
    -- create a view
    create view pci_img_view (georid,georaster,geor_extents)
    as
    select a.georid,a.georaster,a.georaster.spatialextent
    from pci_image a;
    -- register metadata for view spatial columns (GeoRaster and geometry column)
    insert into user_sdo_geom_metadata
    select 'PCI_IMG_VIEW','GEORASTER.SPATIALEXTENT', diminfo, srid
    from user_sdo_geom_metadata where table_name = 'PCI_IMAGE'
    insert into user_sdo_geom_metadata
    select 'PCI_IMG_VIEW','GEOR_EXTENTS', diminfo, srid
    from user_sdo_geom_metadata where table_name = 'PCI_IMAGE'
    There is no need to index the spatial columns if they have been indexed before.
    Now, if you go in MapBuilder you should see the the view name in the list of geometry tables, and be able to create a theme on column GEOR_EXTENTS (select it on the combo box) and to preview it.
    For the GeoRaster column, currently the view name is not shown on the list of GeoRaster tables in MapBuilder.
    For GeoRaster data, MapBuilder uses the contents of metadata view user_sdo_geor_sysdata, and then it would be needed to register the view contents there. We will talk with Jeffrey to check if there is any problem in registering
    view contents in this metadata view. If the view name and georaster column is registered in user_sdo_geor_sysdata,
    then it should show in MapBuilder. But you can still create a GeoRaster theme for this view using a SQL command, and should be able to preview it in MapBuilder.
    -- create a GeoRaster theme based on view Georaster column.
    insert into user_sdo_themes values (
    'PCI_IMAGE_V_GEOR',
    'View of georaster column',
    'PCI_IMG_VIEW',
    'GEORASTER',
    '<?xml version="1.0" standalone="yes"?>
    <styling_rules theme_type="georaster" raster_id="1" raster_table="RDT_PCI" raster_bands="0,1,2">
    </styling_rules>');
    -- commit changes
    commit;
    Joao

  • Georaster Raster Data Tables are not shown in SQLD 1.5 EA3 ?

    Contributors,
    I am a newbie in Oracle mainly using the Oracle Spatial GeoRaster. There is a kind of table called Georaster Raster Data Tables (RDT) in georaster feature. I wonder how to properly set the latest SQL Developer (1.5 EA3) to show georaster RDTs in the connection / objects pane (left hand side pane) ?
    My SQL Developer 1.5 EA3 does not show any RDT. Is it misconfigured ?
    Previous versions in my machine (version 1.2.1 and 1.1.3) have no problems in showing RDTs.
    My platforms are :
    * OS : MS Windows Vista Ultimate
    * Oracle Database 11g Release 1 (11.1.0.6.0) Enterprise/Standard Edition for Microsoft Windows 32-bit
    * JDK 1.6.0_06
    Please advise,
    =Damon
    (i have also post this in Spatial forum)

    This is just a bug.I have logged bug #7025395
    Sue

  • GeoRaster Loader

    Hello everybody,
    I've been spending a long time with this problem. I started use GeoRaster Loader - that demo tool provided by Oracle to load georaster objects into the bank - with a bank 10g and a client 9i. Because a problem with a program I changed the client to 10g and after this I couldn't run the GeoRaster Loader more.
    The program needs a lot of files in many locations, so I did a .bat to set the classpath and the parameters. The .bat is like this:
    set meuora=E:\oracle\product\10.2.0\db_1
    set pacotes=%meuora%\ord\jlib\jai_codec.jar;%meuora%\ord\jlib\jai_core.jar;%meuora%\jdbc\lib\classes12.jar;%meuora%\jdbc\lib\ojdbc14.jar;%meuora%\rdbms\jlib\xdb.jar;%meuora%\lib\xmlparserv2.jar;%meuora%\lib\xmlcomp.jar;%meuora%\lib\xschema.jar;%meuora%\jlib\jewt4.jar;%meuora%\md\lib\sdoapi.jar;%meuora%\md\lib\sdoutl.jar;%meuora%\md\demo\georaster\java\georaster_tools.jar;%meuora%\jdbc\lib\nls_charset12.jar
    java -Xmx128M -cp %pacotes% GeoRasterLoader ldt orcl 1521 SYS XXXXX thin 32 T GEO.MAPAS IMAGEM "blocking=true blocksize=(256,256,1)" "imagem1.tif,1,GEO.mrdt_1,imagem1.tfw"
    When I run this bath file I receive this answer:
    F:\Georaster\Scripts>java -Xmx128M -cp E:\oracle\product\10.2.0\db_1\ord\jlib\ja
    i_codec.jar;E:\oracle\product\10.2.0\db_1\ord\jlib\jai_core.jar;E:\oracle\produc
    t\10.2.0\db_1\jdbc\lib\classes12.jar;E:\oracle\product\10.2.0\db_1\jdbc\lib\ojdb
    c14.jar;E:\oracle\product\10.2.0\db_1\rdbms\jlib\xdb.jar;E:\oracle\product\10.2.
    0\db_1\lib\xmlparserv2.jar;E:\oracle\product\10.2.0\db_1\lib\xmlcomp.jar;E:\orac
    le\product\10.2.0\db_1\lib\xschema.jar;E:\oracle\product\10.2.0\db_1\jlib\jewt4.
    jar;E:\oracle\product\10.2.0\db_1\md\lib\sdoapi.jar;E:\oracle\product\10.2.0\db_
    1\md\lib\sdoutl.jar;E:\oracle\product\10.2.0\db_1\md\demo\georaster\java\georast
    er_tools.jar;E:\oracle\product\10.2.0\db_1\jdbc\lib\nls_charset12.jar GeoRasterL
    oader ldt orcl 1521 SYS xxxxx thin 32 T GEO.MAPAS IMAGEM "blocking=true blocksi
    ze=(256,256,1)" "imagem1.tif,1,GEO.mrdt_1,imagem1.tfw"
    Exception in thread "main" java.lang.NoClassDefFoundError: GeoRasterLoader
    Caused by: java.lang.ClassNotFoundException: GeoRasterLoader
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    Does somebody help me to resolve this problem? It seems to be a problem with classpath...
    Thanks,
    Leandro Lima

    try this:
    F:\Georaster\Scripts>java -Xmx128M -cp E:\oracle\product\10.2.0\db_1\ord\jlib\ja
    i_codec.jar;E:\oracle\product\10.2.0\db_1\ord\jlib\jai_core.jar;E:\oracle\produc
    t\10.2.0\db_1\jdbc\lib\classes12.jar;E:\oracle\product\10.2.0\db_1\jdbc\lib\ojdb
    c14.jar;E:\oracle\product\10.2.0\db_1\rdbms\jlib\xdb.jar;E:\oracle\product\10.2.
    0\db_1\lib\xmlparserv2.jar;E:\oracle\product\10.2.0\db_1\lib\xmlcomp.jar;E:\orac
    le\product\10.2.0\db_1\lib\xschema.jar;E:\oracle\product\10.2.0\db_1\jlib\jewt4.
    jar;E:\oracle\product\10.2.0\db_1\md\lib\sdoapi.jar;E:\oracle\product\10.2.0\db_
    1\md\lib\sdoutl.jar;E:\oracle\product\10.2.0\db_1\md\demo\georaster\java\georast
    er_tools.jar;E:\oracle\product\10.2.0\db_1\jdbc\lib\nls_charset12.jar oracle.spatial.georaster.tools.GeoRasterLoader ldt orcl 1521 SYS xxxxx thin 32 T GEO.MAPAS IMAGEM "blocking=true blocksi
    ze=(256,256,1)" "imagem1.tif,1,GEO.mrdt_1,imagem1.tfw"

  • Intresting problem with sdo_geor.updateRaster

    I found intresting problem (?) with sdo_geor.updateRaster function. I have a large color georeferenced image. When I call the sdo_geor.updateRaster the updated part of source image came grayscaled as if only the one color channel (I've found - red) was translated over other channels. Can anyone check this?
    Script:
    declare
    rsmall sdo_georaster;
    rlarge sdo_georaster;
    clarge sdo_georaster;
    area1 sdo_number_array := sdo_number_array(300, 300, 800, 800);
    area2 sdo_number_array := sdo_number_array(310, 310, 790, 790);
    updateBandsSrc varchar2(5) := null;
    updateBandsDst varchar2(5) := null;
    subsetBands varchar2(5) := null;
    begin
    -- delete existing temporary rasters
    delete from test where id = 2; -- for temporary large raster
    delete from test where id = 3; -- for temporary small raster
    commit;
    -- insert new temporary empty rasters
    insert into test (id, image) values (2, sdo_geor.init('test_rdt'));
    insert into test (id, image) values (3, sdo_geor.init('test_rdt'));
    commit;
    -- sdo_geor.copy for large raster
    select image into rlarge from test where id = 1;
    select image into clarge from test where id = 2 for update;
    sdo_geor.copy(rlarge, clarge);
    update test SET image = clarge WHERE id = 2;
    commit;
    -- large and small rasters for sdo_geor.subset
    select image into clarge from test where id = 2;
    select image into rsmall from test where id = 3 for update;
    sdo_geor.subset(clarge, area1, subsetBands, null, rsmall);
    update test SET image = rsmall WHERE id = 3;
    commit;
    -- large and small rasters for sdo_geor.updateRaster
    select image into rsmall from test where id = 3;
    select image into clarge from test where id = 2 for update;
    sdo_geor.addNODATA(clarge, 0, 0);
    sdo_geor.changeCellValue(clarge, area1, null, 0);
    sdo_geor.updateRaster(clarge, 0, updateBandsDst, area2, rsmall, 0, updateBandsSrc, 'false');
    update test set image = clarge where id = 2;
    commit;
    end;
    The large source image (1494 x 1151) tfw:
    0.4190000000
    -0.0000000000
    0.0000000000
    -0.4190000000
    1321118.6575000002
    467399.0645000000
    Oracle 11.2.0.2.
    Regards,
    Sergey
    Edited by: 869446 on 01.07.2011 4:45

    Hi Jeffrey,
    prvtgr.plbIt's already done. As a result it's improve another problem (mosaic blank images: ORA-06531 problem but doesn't solve current one.
    Original georaster is validated (TRUE).
    XML for ID=1: (large source image)
    <georasterMetadata xmlns="http://xmlns.oracle.com/spatial/georaster">
    <objectInfo>
    <rasterType>21001</rasterType>
    <isBlank>false</isBlank>
    <defaultRed>1</defaultRed>
    <defaultGreen>2</defaultGreen>
    <defaultBlue>3</defaultBlue>
    </objectInfo>
    <rasterInfo>
    <cellRepresentation>UNDEFINED</cellRepresentation>
    <cellDepth>8BIT_U</cellDepth>
    <totalDimensions>3</totalDimensions>
    <dimensionSize type="ROW">
    <size>1151</size>
    </dimensionSize>
    <dimensionSize type="COLUMN">
    <size>1494</size>
    </dimensionSize>
    <dimensionSize type="BAND">
    <size>3</size>
    </dimensionSize>
    <ULTCoordinate>
    <row>0</row>
    <column>0</column>
    <band>0</band>
    </ULTCoordinate>
    <blocking>
    <type>REGULAR</type>
    <totalRowBlocks>5</totalRowBlocks>
    <totalColumnBlocks>6</totalColumnBlocks>
    <totalBandBlocks>1</totalBandBlocks>
    <rowBlockSize>256</rowBlockSize>
    <columnBlockSize>256</columnBlockSize>
    <bandBlockSize>3</bandBlockSize>
    </blocking>
    <interleaving>BSQ</interleaving>
    <pyramid>
    <type>NONE</type>
    </pyramid>
    <compression>
    <type>NONE</type>
    </compression>
    </rasterInfo>
    <spatialReferenceInfo>
    <isReferenced>true</isReferenced>
    <SRID>262148</SRID>
    <spatialResolution dimensionType="X">
    <resolution>0.4189999999998665</resolution>
    </spatialResolution>
    <spatialResolution dimensionType="Y">
    <resolution>0.4189999999999748</resolution>
    </spatialResolution>
    <modelCoordinateLocation>CENTER</modelCoordinateLocation>
    <modelType>FunctionalFitting</modelType>
    <polynomialModel rowOff="0" columnOff="0" xOff="0" yOff="0" zOff="0" rowScale="1" columnScale="1" xScale="1" yScale="1" zScale="1">
    <pPolynomial pType="1" nVars="2" order="1" nCoefficients="3">
    <polynomialCoefficients>1115511.393794816 0 -2.386634844868879</polynomialCoefficients>
    </pPolynomial>
    <qPolynomial pType="1" nVars="0" order="0" nCoefficients="1">
    <polynomialCoefficients>1</polynomialCoefficients>
    </qPolynomial>
    <rPolynomial pType="1" nVars="2" order="1" nCoefficients="3">
    <polynomialCoefficients>-3153027.322196709 2.386634844869496 0</polynomialCoefficients>
    </rPolynomial>
    <sPolynomial pType="1" nVars="0" order="0" nCoefficients="1">
    <polynomialCoefficients>1</polynomialCoefficients>
    </sPolynomial>
    </polynomialModel>
    </spatialReferenceInfo>
    <layerInfo>
    <layerDimension>BAND</layerDimension>
    </layerInfo>
    </georasterMetadata>
    XML for ID=3: (small image)
    <georasterMetadata xmlns="http://xmlns.oracle.com/spatial/georaster">
    <objectInfo>
    <rasterType>21001</rasterType>
    <isBlank>false</isBlank>
    <defaultRed>1</defaultRed>
    <defaultGreen>2</defaultGreen>
    <defaultBlue>3</defaultBlue>
    </objectInfo>
    <rasterInfo>
    <cellRepresentation>UNDEFINED</cellRepresentation>
    <cellDepth>8BIT_U</cellDepth>
    <totalDimensions>3</totalDimensions>
    <dimensionSize type="ROW">
    <size>501</size>
    </dimensionSize>
    <dimensionSize type="COLUMN">
    <size>501</size>
    </dimensionSize>
    <dimensionSize type="BAND">
    <size>3</size>
    </dimensionSize>
    <ULTCoordinate>
    <row>300</row>
    <column>300</column>
    <band>0</band>
    </ULTCoordinate>
    <blocking>
    <type>REGULAR</type>
    <totalRowBlocks>2</totalRowBlocks>
    <totalColumnBlocks>2</totalColumnBlocks>
    <totalBandBlocks>1</totalBandBlocks>
    <rowBlockSize>256</rowBlockSize>
    <columnBlockSize>256</columnBlockSize>
    <bandBlockSize>3</bandBlockSize>
    </blocking>
    <interleaving>BSQ</interleaving>
    <pyramid>
    <type>NONE</type>
    </pyramid>
    <compression>
    <type>NONE</type>
    </compression>
    </rasterInfo>
    <spatialReferenceInfo>
    <isReferenced>true</isReferenced>
    <SRID>262148</SRID>
    <spatialResolution dimensionType="X">
    <resolution>0.4189999999998665</resolution>
    </spatialResolution>
    <spatialResolution dimensionType="Y">
    <resolution>0.4189999999999748</resolution>
    </spatialResolution>
    <modelCoordinateLocation>CENTER</modelCoordinateLocation>
    <modelType>FunctionalFitting</modelType>
    <polynomialModel rowOff="0" columnOff="0" xOff="0" yOff="0" zOff="0" rowScale="1" columnScale="1" xScale="1" yScale="1" zScale="1">
    <pPolynomial pType="1" nVars="2" order="1" nCoefficients="3">
    <polynomialCoefficients>1115511.393794816 0 -2.386634844868879</polynomialCoefficients>
    </pPolynomial>
    <qPolynomial pType="1" nVars="0" order="0" nCoefficients="1">
    <polynomialCoefficients>1</polynomialCoefficients>
    </qPolynomial>
    <rPolynomial pType="1" nVars="2" order="1" nCoefficients="3">
    <polynomialCoefficients>-3153027.322196709 2.386634844869496 0</polynomialCoefficients>
    </rPolynomial>
    <sPolynomial pType="1" nVars="0" order="0" nCoefficients="1">
    <polynomialCoefficients>1</polynomialCoefficients>
    </sPolynomial>
    </polynomialModel>
    </spatialReferenceInfo>
    <layerInfo>
    <layerDimension>BAND</layerDimension>
    </layerInfo>
    </georasterMetadata>
    Regards,
    Sergey

  • 10.1.0.4 GeoRaster Users Warning

    When you apply the 10.1.0.4 patch, the MDSYS.SDO_GEOR_SYSDATA_TABLE is dropped and recreated in the MDSYS schema. This will wipe out your GeoRaster entries for data you have loaded.
    Before you apply the 10.1.0.4 patch, if you have GeoRaster data loaded:
    Connect as a privileged user.
    Alter session set current_schema = mdsys;
    create table temp_geor_sysdata as select * from SDO_GEOR_SYSDATA_TABLE;
    Apply the patch.
    After applying the patch and following the postinstallation instructions:
    Connect as a privileged user.
    Alter session set current_schema = mdsys;
    insert into SDO_GEOR_SYSDATA_TABLE (select * from temp_geor_sysdata);

    Chris - and there's the problem. I didn't properly record the error at the time (except that it was an ORA-00600 error, and hence a "call Oracle support" one) as I thought the whole script was going to fall over. It completed OK after that and seems to be working ok now. When I get a chance I'll try it again, but it means doing a reinstall as I think the uninstall script doesn't take things exactly back to where they were before.
    Mark

Maybe you are looking for

  • How do you reset the Work Area Bar to auto adjust?

    This is something that's been a thorn in my side for a while. Maybe I'm just being OCD about it... but I've been wondering if there is a way, once you reposition the I / O points of the Work Area Bar (WAB) you can get Pr to go back to auto adjusting

  • Performance on intel imac - system almost unusable

    I'm running iPhoto 6.04 on a 2GHz intel imac with 2GB of Ram. When I launch iPhoto -- everything slows unbearably. Even the typing speed in other applications, the finder is unresponsive, applications quit, It takes forever to switch between applicat

  • Age-wise Material Stock Report

    Dear Guru, Any SAP standard report will show age-wise Material stock. Ex: IF i hv a X material in Stock, i want to know the how many days it was in production and how many days in finished stock like that. <b>Any reports which are similar to Age-wise

  • Motion wont open some projects

    I am wondering if anyone can help me out with this problem I'm having. I have been working on a project in motion now for the past two weeks. I am putting together two commercials. One 1 minute and one 15 second. The last couple of days the 1 minute

  • MB1C issues

    Hi, Can any one explain how to increase the line items in MB1C transaction. Because i have to upload the initial stock for about 150 material. I find there is only 12 lines available. How to increase the lines (rows)? Regards, abi