How to find Oracle SRID, or create one if it does not exist?

Hi folks
I am trying to find the Oracle SRID codes for EPSG codes 4893 and 4759, but am having no success yet. We are at version 10.2.0.4.0.
This query returns no records for me:
<pre>
select * from mdsys.cs_srs where wktext LIKE 'GEOGCS[""NAD83(NSRS2007)"", DATUM[""NAD83_National_Spatial_Reference_System_2007""%';
</pre>
Because we are not at version 11.2, I can’t use the function "find_geog_crs()" with WKT as the first argument – it only wants to accept an SRID, which is what I’m trying to find.
Can anyone help:
a) identify the correct Oracle SRIDs for these EPSG codes?
b) tell me the proper steps to take in order to add these missing CRS's to our database?
Any assistance would be much appreciated!

SRID 4893 is GEOGRAPHIC3D, which is not yet supported in 10.2. In 11, it is supported, but the SRID is not shipped, out of the box.
SRID 4759 is GEOGRAPHIC2D, and therefore supported in 10.2. However, it is not shipped, out of the box, and I have not found an OGC equivalent SRID, neither.
Both SRIDs can be added as EPSG custom definitions. I can supply you a script to do this... I'll try to post that script, later, today...

Similar Messages

  • Creating a page that does not exist

    Hi everyone,
    Is it possible to create a page that does not exist based on the user input?
    By does not exist I mean that it is not stored in your computer and JSP will generate the page based on the user input. For example, in forums the user can create a new topic and based on the options selected a page will be created and stored that was not present before. The same thing happens when a message has a large number of replies, in which a new page will be created and attached to the previous page. I hope that I am not misunderstanding the concept of creating pages in forums.
    Any help is greatly appreciated.
    Regards,
    Basil Mahdi

    Hi,
    what happens in the forums is that you type in a message and that message is stored in a database. Along with your message the number of thread, forum number and message number is stored. Next time somebody wants to read your message, this message is taken from the db and shown to you by the jsp. The JSP ofcourse does more thant taht it shows also other messages and static HTML.
    http://galileo.spaceports.com/~ibidris/

  • How to update zero to a column value when record does not exist in table but should display the column value when it exists in table?

    Hello Everyone,
    How to update zero to a column value when record does not exist in table  but should display the column value when it exists in table
    Regards
    Regards Gautam S

    As per my understanding...
    You Would like to see this 
    Code:
    SELECT COALESCE(Salary,0) from Employee;
    Regards
    Shivaprasad S
    Please mark as answer if helpful
    Shiv

  • Oracle AIA - ANT build Error - MDS files does not exist

    Hi,
    I have created a typical AIA artifacts project as below
    1. Req_ABCSImpl
    2.EBS
    3.Prov_ABCSImpl
    All 3 artifacts have XSD, WSDL which are stored in MDS via update intp MDS DB.
    I an trying to compile the artifacts with ANT Scripts provided by Oracle OOTB (ant-sca-compile.xml).
    This gives error as - the files which are referred to "oramds" location does not exist.
    So can you please let me know how-to resolve this issue?
    Note:
    The files exists in MDS DB
    thanks,
    Mark

    In Jdeveloper Each Application has a file called adf-config.xml file whcih will details to oramds link
    under Application Resources ->Descriptors ->ADF-META-INF
    adfconfig.xml file like
    <metadata-store-usage id="mstore-usage_2">
    <metadata-store class-name="oracle.mds.persistence.stores.db.DBMetadataStore">
    <property name="jdbc-userid" value="DEV_MDS"/>
    <property value="XYX" name="jdbc-password"/>
    <property name="jdbc-url"
    value="jdbc:oracle:thin:@//localhost:1521/SID"/>
    <property name="partition-name" value="soa-infra"/>
    </metadata-store>
    </metadata-store-usage>
    this file helps to determine where to find the mds?
    In wsdl you might be referring to
    oramds:apps/AIAMetadata/<Foldername>/<wsdlname.wsdl>
    Oramds is defined using this file adf-config.xml to determine whcih machine it should use.
    During developemnt the artifacts like xsd or wsdl are moved to mds in one machine or environemnt but we try to deploy on different machine. While compiling try to check whether you connected to correct mds having those files.
    Thanks,
    Venugopal SSS RAJA
    Edited by: Venugopal Raja on May 21, 2013 11:07 PM

  • Create data source -- table does not exist in data dict.

    Hello Experts,
    I'd like some suggestion on creating customized data source in SAP R/3.
    First, I created a program for extracting data in to a structure layout and then created an InfoSet to link with that program.
    Finally, I chose to create a data source for transaction data using "Extraction from Query".
    Once I save the datasource, there was a message like "Table SY does not exist in data dictionary."
    I checked that program and InfoSet. I did not found any compile error.
    I wonder how I could investigate this kind of error.
    I tried to create another InfoSet calling other program and then create a datasource. There was no error.
    My first assumption was there is something wrong in the program.
    Any suggestion on this would be appreciated.
    Thank you very much.
    -WJ-

    Thanks for your suggestion Pravin.
    However, I found the problem already. This is because the package assigned to a program and to a structure layout were different. After I reassigned the correct package name to the structure layout (same package name as assigned to the program), my datasource could be created.
    This problem has been resolved.
    -WJ-

  • Oracle Text Index Error - DRG-10700: preference does not exist: CTXSYS.DEFA

    Hi we are having a Oracle 11g db.And we have installed CTX SYS package and provided the grants to the required schema.
    But while creating the oracle text index, following error is thrown:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10700: preference does not exist: CTXSYS.DEFAULT_LEXER
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 365
    Following grnats are given :
    GRANT EXECUTE ON CTXSYS.CTX_DDL TO <schema_name>;
    GRANT APPOWN TO <schema_name>;
    GRANT CTXAPP TO <schema_name>;
    I have verifyed the ctxsys.CTX_PREFERENCES view which is having an entry as :
    SELECT PRE_OWNER, PRE_NAME
    FROM CTXSYS.CTX_PREFERENCES
    WHERE PRE_NAME = 'DEFAULT_LEXER';
    The Result is :
    PRE_OWNER     PRE_NAME
    SYS     DEFAULT_LEXER
    Can you please assist if there is a way to update the permission on this DEFAULT_LEXER preference to set the PRE_OWNER as CTXSYS ?
    Thanks

    That's odd. If I run the same query I see:
    SQL> SELECT PRE_OWNER, PRE_NAME
      2  FROM CTXSYS.CTX_PREFERENCES
      3  WHERE PRE_NAME = 'DEFAULT_LEXER';
    PRE_OWNER                      PRE_NAME
    CTXSYS                         DEFAULT_LEXERAre all your defaults like thsi? What do you see if you run
    select pre_owner, pre_name from ctxsys.ctx_preferences where pre_name like 'DEFAULT%';
    It would be easy enough to update the underlying table DR$PREFERENCES to fix the owner, but who knows what else might be wrong.
    Has this database been updated from a 9i installation by any chance?

  • How to delete an iCloud account and turnoff Find my Phone for a email address that does not exist

    I have switched my itunes account to a new email address but the iCloud account is still registered to the old email account which I can no longer access.
    If I go to Settings>iCloud it requests my Apple ID password for the old email account but as this account does not exsist it does not accept the "old" password. it will not let me delete the account without turning off the Find My Phone app which aslo needs the old password.
    A related probelm is none of my apps will update as they are on the old account hence the need to delete the iCloud email account and create the new iCloud with the new email sign on address.

    If the old ID is an earlier version of your current ID, temporarily recreate the old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address (you won't need to verify it) and save the change.  You should now be able to use your current password to turn off Find My iPhone, even though it prompts you for the password for your old account ID.  After turning it off you can delete the account, go back change your ID back to the way it was again.

  • How to find music on Mac HD (iTunes) when it does not appear in finder under MP3/4

    I set up my iTunes to target an external HD.  I kept the music files (apparently) on my main MAC HD.  when I try to play them, iTunes looks to my external HD, but cannnot find them.  When I look under about this mac->storage, I see that all 64GB of music remains on my main HD, but when I run searches in the finder for MP3, MP4, or by band name, I cannot find anything.
    Is there a way to do a search for these files besides this? They are still on my HD, how do I locate them?
    thanks!

    My music is not there.  It is, however, showing up on my main (MAC) HD, not my external drive.  I think that I might have deleted the external drive copy instead of the local HD copy when I was trying to open up disk space.
    Is there a way to scan the MAC HD aside from spotlight?  When I look under about this mac->storage, I see that all 64GB of music remains on my main HD, but when I run searches in the finder for MP3, MP4, or by band name, I cannot find anything.

  • When I go to write a new text and I write my friend's name in, the phone gives me a choice of two numbers. One of them does not exist on the phone anymore, having been deleted.  There is no pre-existing conversation so why?

    Can anyone help with this as it is driving me mad and I keep calling numbers which no longer exist or I send texts to wrong numbers.  There is no existing text converstation but when I go to write a name it will still show an old number which does not appear if you look at the entry for that person in contacts.

    RLites22,
    I can understand your concern about the insurance you have on the line. I want to make sure that I put a fresh pair of eyes on your account to find out exactly what is going on. I did send you a Direct Message. Can you please respond back to me in the direct message so we can go over the account specifics. I really hope to hear back from you soon.
    KevinR_VZW
    Follow us on Twitter @VZWSupport

  • I bought adobe photoshop and i dont know how to find the serial number because the redemption code does not work what do i do

    i cant install the photo shop softwear because the redemption code doesn't work what do i do

    Please follow http://helpx.adobe.com/x-productkb/global/redemption-code-help.html
    Regards
    Rajshree

  • Get-Item: Cannot find path ' ' because it does not exist. While running Powershell script.

    I am trying to run a PowerShell script to upload files into a SharePoint site in an Azure environment...the script works fine on my local machine, but every time I run it in Azure (remotely), I get errors. Here is what my simple script looks like...
    if ( (Get-PSSnapin -Name Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue) -eq $null )
    Write-Host "Loading Sharepoint Module "
    [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")
    Add-PSSnapin -Name Microsoft.SharePoint.PowerShell
    if ( (Get-PSSnapin -Name Microsoft.SharePoint.PowerShell) -eq $null )
    Write-Host "Failed to load sharepoint snap-in. Could not proceed further, Aborting ..."
    Exit
    #Script settings
    $webUrl = "http://sampleWebUrl"
    $docLibraryName = "My Documents"
    $docLibraryUrlName = "My%20Documents"
    $localFolderPath = get-childitem "C:\Upload\Test Upload\My Documents\" -recurse
    $contentType = "ContenttType1"
    #Open web and library
    $web = Get-SPWeb $webUrl
    write-host "Web:" $web
    $docLibrary = $web.Lists[$docLibraryName]
    write-host "docLibrary:" $docLibrary
    $files = ([System.IO.DirectoryInfo] (Get-Item $localFolderPath)).GetFiles()
    write-host "files:" $files
    If ($contentType = "ContenttType1")
    #Open file
    $fileStream = ([System.IO.FileInfo] (Get-Item $file.FullName)).OpenRead()
    # Gather the file name
    $FileName = $File.Name
    #remove file extension
    $NewName = [IO.Path]::GetFileNameWithoutExtension($FileName)
    #split the file name by the "-" character
    $FileNameArray = $NewName.split("_")
    $check = $FileNameArray.Length
    #Add file
    $folder = $web.getfolder($docLibrary.rootFolder.URL)
    write-host "Copying file " $file.Name " to " $folder.ServerRelativeUrl "..."
    $spFile = $folder.Files.Add($folder.Url + "/" + $file.Name, [System.IO.Stream]$fileStream, $true)
    $spItem = $spFile.Item
    write-host "Success"
    write-host "SP File:" $spFile
    write-host "SP Item" $spItem
    #populate columns
    $spItem["Column1"] = $FileNameArray[0]
    $spItem["Column2"] = $FileNameArray[1]
    $spItem.Update()
    $fileStream.Close();
    Again, I can run this on my local machine and it works just fine, but when I attempt to run it on the Azure environment I get this error...
    Get-Item : Cannot find path 'C:\powershellscripts\12653_B7045.PDF' because it does not exist.
    At C:\PowerShellScripts\Upload-FilesIntoSharePointTester.ps1:32 char:42
    +     $files = ([System.IO.DirectoryInfo] (Get-Item $localFolderPath)).GetFiles()
    +                                          ~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\powershellscripts\12653_B7045.PDF:String) [Get-Item], ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand
    What strikes me first is the fact that the file its looking for is in the "C:\Upload\Test Upload\My Documents\" directory, but the error keeps saying "C:\powershellscripts\" which is where my script resides and not the files I want to
    upload into SharePoint. When I step through the code, all the variables are holding the correct values. The $localFolderPath shows the name of files that I am attempting to upload, so it recognizes them. But once I step through this particular line of code,
    the error occurs...
    $files = ([System.IO.DirectoryInfo] (Get-Item $localFolderPath)).GetFiles()
    Is this an error caused because I am remoting into the Azure environment? Has anyone dealt with this issue before? I would really appreciate the help. Thanks
    Update: quick thing I noticed is that these two lines of code are returning null values. Again, is this handled differently in Azure or remotely? I ask cause this is the way I know how to do this, locally.
    $docLibrary = $web.Lists[$docLibraryName]
    $files = ([System.IO.DirectoryInfo] (Get-Item $localFolderPath)).GetFiles()

    "...square brackets are wildcard characters in Windows PowerShell..."
    When you use cd without a parameter it uses the -Path parameter. In this case you'll have to escape the square brackets so they are not considered wildcards. Each of the commands in the first example does the exact same thing.
    cd 'Learn PowerShell `[Do Whatever`]'
    cd -Path 'Learn PowerShell `[Do Whatever`]'
    cd (or Set-Location) also has a literal path parameter (-LiteralPath) that does not require using an escape character (`) before each of the brackets. Hope this helps.
    cd -LiteralPath 'Learn PowerShell [Do Whatever]'

  • How to find out which user create folder

    how to find out which user create folder in shared drive?

    Hello,
    you have to enable Auditing in on the DCs OU and also on the top folder level where this should be monitored.
    http://technet.microsoft.com/en-us/library/cc784387(v=ws.10).aspx
    http://support.microsoft.com/kb/310399
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://msmvps.com/blogs/mweber/
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.

  • How to find a user who created message in satelite system ?

    hi all,
    Does anybody know how to find a user who created message in satelite system, but when there is no business partner created for him in Solman ? In tx crm_dno_monitro, crmd_order or dnotifwl  there isn`t any information. Is there any Tx or something where i can check it ?
    Regards,
    M.

    Hi,
    BP should ne maintained for the user in satellite system as a identification in solman system.
    how you are trying to create a message in satellite system..
    if you are using help-> create support message then, you can get the message log details on the table BCOS_PROT.
    please update us
    Thanks,
    Jansi
    Edited by: shivjansi on Jan 25, 2012 7:44 PM

  • How to find the Source Table in one corresponding schema?

    Hi All,
    How to find the Source Table in one corresponding schema?
    regards,
    DB

    DB wrote:
    Hi All,
    How to find the Source Table in one corresponding schema?
    regards,
    DBHUH?
    I do not understand your question
    How do I ask a question on the forums?
    SQL and PL/SQL FAQ

  • I am new to pages and want to know how to link elements together to create one unified element that I can then duplicate several times on the same page?

    I am new to pages and want to know how to link elements together to create one unified element that I can then duplicate several times on the same page?

    I think you are talking about grouping objects.
    1. They must all be floating objects
    2. Command click on each in turn
    Menu > Arrange > Group
    Peter

Maybe you are looking for

  • SSIS XML Data Source - worked in BIDS, can't read XML in SSDT

    I have an SSIS 2008 package built in BIDS (2008) that uses a series of XML locations (similar to http://corpslocks.usace.army.mil/lpwb/xml.tonnage?in_river=AG&in_lock=42&in_mon_yr=092013) to get tonnage information and load it into a SQL Server 2008

  • Select * from table

    Hello, i have a simple question: How must a SQL-statement in persistent.xml look like, if i want to get all entries from a table in the WAS Java? My own statements always return errors during deployment. Thanks for help, André

  • Photosmart B109 not printing.

    After setup, installing software and ink cartridges my printer goes through the motions to print, but no ink appears on the page, what can I do?

  • CIC - action in the search help Folder

    Hello, i have a problem with my serch help folder in the CIC. I want to start the customer serch help with my own criteria. In order to do this, i create a new Button. Can anibody tell me, witch FB and includes are concerned, when i click on the serc

  • APEX Bugs: Editing customer contacts and uploading attachments

    I'm using the pre-packaged application, "customer tracker" Application Version 2.2.35 Build Version 4, Application Express 4.2.3 I am using it on a MAC And am having some issues with the pre-packaged application "customer tracker".  I uploaded a bunc