Something wrong in Oracle documentation

Dears,
I have found below mistake in Oracle Documentation:
*11g documentation*: http://download.oracle.com/docs/cd/B28359_01/server.111/b28310/tspaces013.htm#i1010932
>
Starting with Oracle Database 11g, you can transport tablespaces across platforms. This functionality can be used to:
>
*10g documentation*: http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tspaces.htm#i1010932
>
Starting with Oracle Database 10g, you can transport tablespaces across platforms. This functionality can be used to:
>
Where I should write about it? As we know, such functionality appeared in 10g, not in 11g.
Thanks for your time.

Teymur Hajiyev wrote:
Dears,
I have found below mistake in Oracle Documentation:
*11g documentation*: http://download.oracle.com/docs/cd/B28359_01/server.111/b28310/tspaces013.htm#i1010932
>
Starting with Oracle Database 11g, you can transport tablespaces across platforms. This functionality can be used to:
>
*10g documentation*: http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tspaces.htm#i1010932
>
Starting with Oracle Database 10g, you can transport tablespaces across platforms. This functionality can be used to:
>
Where I should write about it? As we know, such functionality appeared in 10g, not in 11g.
Thanks for your time.Go down to the bottom of the page and you'll find "User Comments" form and submit your correction/suggestion
This feedback form is for documentation corrections and suggestions.

Similar Messages

  • Something wrong with oracle.sdoapi.sref?

    I stored my coordinates with sid = 82202 in the tables.
    I want my coordinates in the same coordinate system but in Lat/Long.
    The sid for this is 8288.
    So I have tested oracle.sdoapi.sref using this code section:
    //Transformation i Oracle RT90 -> RT90 Lat/Long
    SRManager srManager = OraSpatialManager.getSpatialReferenceManager();
    srManager.setConnection(conn);
    // Create spatial references from ID 82202 = RT90 X/Y
    int id1 = 82202;
    SpatialReference sr1 = srManager.retrieve(id1);
    // Create spatial references from ID 8288 = RT90 Lat/long
    int id2 = 8288;
    SpatialReference sr2 = srManager.retrieve(id2);
    // Create transformation sr1 -> sr2
    Transform xform = srManager.createTransform(sr1, sr2);
    // Transform a geometry object from sr1 to sr2
    Geometry geom2 = xform.transform(geom1);
    The result is like this:
    Coordinates stored in Oracle
    1663100.791,6630056.292
    Same point calculated using oracle.sdoapi.sref to
    18.71108833,59.75861702
    This point should have been like this
    18.71108731,59.75860806
    If I take the same point calculated using oracle.sdoapi.sref
    18.71108833,59.75861702
    and I calculate it my self to XY I will get
    1663100.804,6630057.292
    What is wrong?
    Doing Coordinate change from XY to Lat/Long is nothing more then mathematics.
    It is not any coordinate system change and it should not be any error at all.
    Here it is like 1 meter error.
    Please give me some help!

    Hello,
    we met the same problems with the SDOAPI. The transform method doesn't work correctly.
    Do you know when this problem will be resolved ?
    more precisely our problem is this one :
    we try to make a conversion from a latitude/longitude coordinate system (Netherlands in our example) to another latitude/longitude (WGS84) coordinate system. Coordinates in decimal degrees of the geometry object are transformed but the results in decimal degrees seems to have been converted as if they were radians:
    coordinates before transformation:
    lat:42.327
    long:3.312
    coordinates after transformation:
    lat:189.77
    long:2425.20
    Those coordinates should be quite the same.
    code :
    SpatialReference sourceSR = m_srManager.retrieve(8273);
    SpatialReference targetSR = m_srManager.retrieve(8307);
    m_geomTransformer = m_srManager.createTransform(sourceSR,targetSR);
    GeometryFactory geoFactory = OraSpatialManager.getGeometryFactory();
    geoFactory.setSpatialReference(sourceSR);
    Point point1 = geoFactory.createPoint (42.327,3.312);
    Point pointResult = m_geomTransformer.transform ( point1 );
    pointResult is wrong !
    Thank you for your help
    Bertrand F.

  • Need explanation about Oracle documentation (DBMS_LOB.LOADCLOBFROMFILE)

    Hello World,
    I try to understand Oracle documentation about DBMS_LOB.LOADCLOBFROMFILE function.
    I am not shure the explanation is written in a very good english,
    but i can't understand a word !!!
    Is anybody could explain me in more simple sentences ??
    DBMS_LOB.LOADCLOBFROMFILE (
    dest_lob IN OUT NOCOPY BLOB,
    src_bfile IN BFILE,
    amount IN INTEGER,
    dest_offset IN OUT INTEGER,
    src_offset IN OUT INTEGER,
    src_csid IN NUMBER,
    lang_context IN OUT INTEGER,
    warning OUT INTEGER);
    Oracle documentation explanation :
    src_csid Character set id of the source (BFILE) file.
    lang_context (IN) Language context, such as shift status, for the current
    load. (OUT) The language context at the time when the
    current load stopped, and what the next load should be using if
    continuing loading from the same source. This information is
    returned to the user so that they can use it for the continuous
    load without losing or misinterpreting any source data. For the
    very first load or if do not care, simply use the default 0. The
    details of this language context is hidden from the user. One
    does not need to know what it is or what’s in it in order to
    make the call
    warning (OUT) Warning message. This indicates something abnormal
    happened during the loading. It may or may not be caused by the
    user’s mistake. The loading is completed as required, and it’s up to the
    user to check the warning message. Currently, the only possible
    warning is the inconvertible character. This happens when the
    character in the source cannot be properly converted to a character in
    destination, and the default replacement character (e.g., ’?’) is used in
    place. The message is defined as warn_inconvertable_char in
    DBMSLOB.

    I am not kidding. I posted the link but I did not check if it were the same source. Really I do not have time to realize it.
    I think you can get a fast answer in SQL & PL/SQL forum.
    Good Luck!
    Joel Pérez

  • Local search in the Oracle Documentation

    Dear Documentation Team,
    As we know, the complete Oracle Documentation can be downloaded in HTML format and used locally. Unfortunately, it is not possible to search it locally in the comfortable way like it is done in the Internet version. Since all possible products like HTTP server etc. are available along with the Database, it would be very nice, if the documentation could be searched locally in the same way. I imagine something like that
    1) put the complete documentation into the directory ….\[name]
    2) create index database for search …
    3) HTTP server must be running
    4) …
    5) use URL http://the_host:5620/documentation/ to access and search the documentation
    I think many people would appreciate this possibility.
    Thanks for your attention

    The 11g doc is still unable to provide us a local search.
    Since we can download the HTML doc, we are able to build a doc webserver, and it could be practical for intranet usage to provide to the dev/dba team a full features doc.
    Nicolas.

  • Correction in oracle documentation

    Hi all,
    I found small issue when running a script in the documentation.
    Verify the Setting Chain Privileges section the scripts mentioned in that section do not run at all (syntax errors probably)
    Please verify the same from your end too.
    I need this to be put forward by ace/moderators to Oracle documentation team.
    http://docs.oracle.com/cd/B19306_01/server.102/b14231/schedadmin.htm
    existing code in documentation -- (incorrect version in my opinion)
    BEGIN
    DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(DBMS_RULE_ADM.CREATE_RULE_OBJ, 'username'),
    DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE (
       DBMS_RULE_ADM.CREATE_RULE_SET_OBJ, 'username'),
    DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE (
       DBMS_RULE_ADM.CREATE_EVALUATION_CONTEXT_OBJ, 'username')
    END;
    BEGIN
       DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE (DBMS_RULE_ADM.CREATE_ANY_RULE,
                                             'username'),
    DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE (
       DBMS_RULE_ADM.CREATE_ANY_RULE_SET, 'username'),
    DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE (
       DBMS_RULE_ADM.CREATE_ANY_EVALUATION_CONTEXT, 'username')
    END;
    To be modified as:
    BEGIN
       DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE (DBMS_RULE_ADM.CREATE_RULE_OBJ, 'username');
       DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE (DBMS_RULE_ADM.CREATE_RULE_SET_OBJ,
                                             'username');
       DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE (
          DBMS_RULE_ADM.CREATE_EVALUATION_CONTEXT_OBJ,
          'username');
    END;
    BEGIN
       DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE (DBMS_RULE_ADM.CREATE_ANY_RULE,
                                             'username');
       DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE (DBMS_RULE_ADM.CREATE_ANY_RULE_SET,
                                             'username');
       DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE (
          DBMS_RULE_ADM.CREATE_ANY_EVALUATION_CONTEXT,
          'username');
    END;
    /Cheers,
    Manik.

    Manik wrote:
    Firstly thanks for moving the thread...
    You could do it yourself.
    How exactly?By posting here, in the Documentation forum <smiley>.
    Which is now done. Hopefully someone from Oracle team will check it.
    Or raise a service request, or comment out the page you think it's actually wrong.
    Nicolas.
    Edited by: N Gasparotto on May 7, 2013 12:08 PM

  • Something wrong when installing then demo database schema

    rdbms server 9.2.0.5 win32
    jdev904
    bibeans904
    Something is wrong when installing the demo database schema.While executing cwm2_olap_metadata_refresh.mr_refresh at last ,system hint that cwm2_olap_metadata_refresh.mr_refresh must be declared.That means there is not cwm2_olap_metadata_refresh.
    Why and What should I do ?
    Thanks a lot!

    After executing the file catpatch.sql,the demo database schema completed successfully.But there is something wrong during bi_checkconfig.
    BI Beans Diagnostics(v1.0.2.0) 04-6-30
    ==========================================================JDEV_ORACLE_HOME .......................... = d:\jdev904
    JAVA_HOME ................................. = d:\jdev904\jdk
    JDeveloper version ........................ = 9.0.4.0.1419
    BI Beans release description .............. = BI Beans 9.0.4 Production Release
    BI Beans component number ................. = 9.0.4.23.0
    BI Beans internal version ................. = 2.7.5.32
    Connect to database ....................... = Successful
    JDBC driver version ....................... = 9.2.0.4.0
    JDBC JAR file location .................... = D:\jdev904\jdev\lib\patches
    Database version .......................... = 9.2.0.5.0
    OLAP Catalog version ...................... = 9.2.0.5.0
    OLAP AW Engine version .................... = 9.2.0.5.0
    OLAP API Server version ................... = 9.2.0.5.0
    BI Beans Catalog version .................. = N/A; not installed in bibdemo
    OLAP API JAR file version ................. = N/A
    OLAP API JAR file location ................ = d:\jdev904\jdev\lib\ext
    Load OLAP API metadata .................... = Unsuccessful
    Error: BIB-10100 Cannot connect to the database. (Reason: See error BIB-16626)
    ============================================================================
    1) BIB-10100 Cannot connect to the database. (Reason: See error BIB-16626)
    2) BIB-16626 Cannot connect to the database because OLAP client classes are missing.
    1) BIB-10100 Cannot connect to the database. (Reason: See error BIB-16626)
    ============================================================================
    oracle.dss.metadataManager.common.MetadataManagerException: BIB-10100 Cannot connect to the database. (Reason: See error BIB-16626)
         at oracle.dss.metadataManager.client.MetadataManager.setConnectionObjects(MetadataManager.java:4015)
         at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:862)
         at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:799)
         at BICheckConfig.checkConnection(BICheckConfig.java:277)
         at BICheckConfig.main(BICheckConfig.java:1348)
    2) BIB-16626 Cannot connect to the database because OLAP client classes are missing.
    ============================================================================
    oracle.dss.connection.common.ConnectionException: BIB-16626 Cannot connect to the database because OLAP client classes are missing.
         at oracle.dss.connection.server.drivers.mdm.MDMConnectionDriverImpl.connect(MDMConnectionDriverImpl.java:182)
         at oracle.dss.connection.server.ConnectionImpl.connect(ConnectionImpl.java:286)
         at oracle.dss.connection.client.Connection.connect(Connection.java:409)
         at oracle.dss.connection.client.Connection.connect(Connection.java:326)
         at oracle.dss.metadataManager.client.MetadataManager.setConnectionObjects(MetadataManager.java:3997)
         at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:862)
         at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:799)
         at BICheckConfig.checkConnection(BICheckConfig.java:277)
         at BICheckConfig.main(BICheckConfig.java:1348)
    What should I do ,any help?
    Thanks !

  • I cannot change from grid view to list view when i contol click on the downloads folder on the dock am i doing something wrong? if so how do i change the ?view in the dock

    when i contol click on the downloads icon in the dock i get the gris view . I thought if you control click, you are able to change the view to fan or list. am I doing something wrong.? Icheck to make sure the contol key is working by doing a screenshot and it works there. What am I doing wrong?

    Needs to be a Stack ?

  • My phone wont let me download anything even free stuff or update.it keep saying something wrong with my billing info so i fix it but still cant download.I signed out sign back in still nothing please help i'm getting angry

    My phone wont let me download anything even free stuff or update.it keep saying something wrong with my billing info so i fix it but still cant download.I signed out sign back in still nothing please help i'm getting angry

    If it says your billing info is wrong that means that your credit card issuer is refusing to approve your account. You will have to solve the problem with your bank or credit card company.

  • I have added photos to My Photo Stream on my PC (Windows 7). They appear in the Uploads folder instead. They do not upload to iCloud. Am I doing something wrong?

    I have added photos to My Photo Stream on my PC (Windows 7). They appear in the Uploads folder instead. They do not upload to iCloud. Am I doing something wrong?

    Unfortunately, photo stream on a PC is iffy at best.  Many people have problems getting it to work properly, including myself.  A work around would be to use an app like PhotoSync on your PC, which can send photos wirelessly to the camera roll on any of your iOS devices on the same wifi network.  Once in the camera roll, you iOS device will be added to your photo stream.

  • Some of my loops are greyed out... is there something wrong?

    In my loop browser some but not all of my loops are greyed out and can't be played. For instance, slide guitar, celeste, vocals and horns. Should these be normally accessible and if so what could be wrong with mine. How can I fix this?

    Thank you. I thought there was something wrong with my Garageband installation but now I know that if I want these I have to buy the Jam packs. Last time I looked at a Jam Pack box it didn't list the detailed contents (loops) though.

  • Iphone 4s wont sync when I connect it to the pc( not apple). It is connected as it comes up on itunes but when I try to sync it with apps/ music etc it wont. I am doing something wrong or is it a mistake with the phone.

    My iphone 4s wont sync when I connect it to the pc( not apple). It is connected as it comes up on itunes but when I try to sync it with apps/ music etc it wont. I am doing something wrong or is it a mistake with the phone. I am still able to download apps and music from itunes on my phone though.
    I already restored it but that didn't help.
    TIA for any replies.

    iPod touches or any iDevices from Apple sync only to one computer. If you sync to a different computer, all your music will be replace with the music from the new computer's iTunes. If the music were purchased from iTunes, you can re-download them again otherwise the music on iPod touch will be deleted. Do you have iTunes backup? 

  • I have a Mid 2009 Macbook Pro 13 with no restore disk; it has OS 10.8.4 I believe there is something wrong with the OS due to I can not install flash player to view Youtube videos and the when we plug in a Bose headset the sound out will work sometimes

    I bough a used Macbook Pro mid 2009 that came with OS 10.8.9 it didn't have a backup restore disk with S/N W8******66D
    When trying to view some youtube videos; a window would pop up saying "it needs adobe flash player is required for video play back get the latest flash player" but after downloading the file and during installation would have errors and will not installed.....tried to reboot and install again.....but still the same.
    The othe thing I had noticed is when using a good Bose headset with mic the sound output would noticed the headset and then switch from headset to Internal speekers and headset.....thinking that there might be something wrong with the plug in port of the computer or the headset.....the headset works with no issues on my iPad so there must be something wrong with the computer.....tried to move the plugin around the port but no change....while the headset is plug in can hear a short clicking noise and the sound would get lost and back again......but with nothing plugin to the port there is no issue with the sound or mic.
    Thanks for your feed back......it looks like I have two different issues one is a software issue and the outher is a hardware issue
    <Edited By Host>

    The "restore disk" is built into the Mac. See About Recovery.
    Need more specifics about what error messages you got while installing Adobe Flash.
    However, you can almost avoid Flash altogether by setting YouTube to play the HTML5 version instead.
    Click the Try something new! link at the bottom of the YouTube page.
    I don't know about the sound issue. Might be hardware as you think. Try other headphones to check.

  • I am new to Final Cut Express and don't understand why I am unable to drag transitions into Canvas? Something wrong in my setup? It's not the overlays they are "on" so can anyone advise me please?

    I am new to Final Cut Express and don't understand why I am unable to drag transitions into Canvas? Something wrong in my setup? It's not the overlays they are "on" so can anyone advise me please, by the way the "L" doesn't appear in the bottom left hand corner either? and by the way how can I get rid of that irritating Blue badge saying "AutoFill your contact details" all mine are in "address book" already!

    You can't drag a transition into the canvas. If you're dragginmg a transition from the effects tab you drag it between the edit point of two clips in the timeline.
    Make sure show edit overlays is turned on in the Canvas view popup.

  • I have an apple id which I have been happily using to purchase from iTunes and it appears on iPad and iPhone. Now I have done something wrong in iCloud and my mobile me Id comes up on iPhone and iPad so I can no longer purchase. What should I do.

    I have an apple id which I have been happily using to purchase from iTunes and it appears magically on iPad and iPhone, MacBook and partner's iPod touch. Now I have done something wrong in iCloud and my mobile me Id comes up on iPhone and iPad so I can no longer purchase using this and i can't find a way to reset  What should I do? I want to be able to buy apps from iPhone and iPad from this same account and  still synch with my mac book and share with my partner's iPod touch.
    Any suggestions?

    We are users, not Apple. We cannot trace your phone, and neither can Apple.
    Please change every password you have. Posting your email addresses and Apple IDs on a public forum is insane. Hopefully a Mod will edit them out for you.

  • I have backed up my old phone to itunes, however, when I try to restore data to new phone it is saying the password is incorrect but I can get into my itunes account with my password so I am doing something wrong?

    I have backed up my old phone to itunes, however, when I try to restore data to my new phone it is saying the password is incorrect but I can get into my itunes account with my password so I am doing something wrong?

    I'm having this EXACT same problem with my iPhone 4, and I have the same computer stats (I have a Samsung Series 7)

Maybe you are looking for

  • How to hide elements from xml file when dumping to JTree?

    Hi everybody, I got a XML file similar to this one: <Dios> <Adan> <Hijos> <Vivos> <Nombre>Isaac</Nombre> <ColorOjos>Verdes</ColorOjos> <ColorPelo>Casta�o</ColorPelo> <Nombre>Paris</Nombre> <ColorOjos>Verdes</ColorOjos> <ColorPelo>Casta�o</ColorPelo>

  • Problem with label on barseries ?

    Hi,    I have faced a problem with label truncation for the clustered and stacked bar chart. if the size of the bar is too small and labelposition is inside label truncates , similarly when bar is too long and occupy the graph width the label outside

  • Help with CDOSYS,  and insert into DB

    I'm using Dreamweaver 8, SQL Server 2000, Windows 2003 Server. This is what so far I was able to achieve. Have a form that inserts records into the database, a confirmation page of the insert, and a simple CDOSYS message to notify me that a record ha

  • IPhoto shows "No Photos" when importing...

    iPhoto shows "No Photos" even when I have photos to import. If I restart the computer and then plug in my camera into the USB, iPhoto will pop up and show all the photos in my camera and import, but it only seems to do so immediately after restart. I

  • Drop Down menus not working in newest Internet Explorer.

    Drop Down menus not working in newest Internet Explorer. Ant suggestions??