How to find geometry that have intersection with polyline?

Hello,
How to find geometry that have intersiction with polyline?
I hava a lot of polygon, i want to find wich of polygon have intersection with polyline.
What shall i do to find out this?
Regatd,
Thank's

is that correct when i use such query?
SELECT
FROM aaa c
WHERE SDO_RELATE(c.geometry,
SDO_GEOMETRY(2002, 1, NULL,
SDO_ELEM_INFO_ARRAY(1,2,1),
SDO_ORDINATE_ARRAY(0,0,12,12,25,25)),
'mask=anyinteract') = 'TRUE'
Thanks

Similar Messages

  • How to find Responsibilities that have the Navigator Process Tab enabled

    Hi colleagues,
    Does anyone know of a method to identify quickly which responsibilities have access to the Navigator Process Tab?
    Our auditors are insisting we remove this tab from the navigator screen so that users don't have access to processes that they shouldn't have access to.
    I've been writing sql statements and trying various scenarios, but I can't arrive at a confident conclusion.
    I've narrowed the criteria down to search all Standard menus. But then I notice that we have some responsibilities that use standard menus that don't have the navigator process tab assigned!
    Please help.
    Thanks.
    MP

    Hello,
    Thank you both for your recommendations. I understand how to disable the navigator process menu manually. However, I require a method to identify any responsibilities/menus with the navigator process menu still active through sql?
    So that I can run a report each quarter that scans through all our responsibilities and checks whether any of them have access to the navigator process menu.
    Any ideas would be greatfully received!
    Thanks
    AH.

  • The app store on my brand new ipod touch offers me majority apps that cannot be used on my software. how do i find apps that will work with 6.1.5? this is frustrating, especially when purchased brand new.

    the app store on my brand new ipod touch offers me majority apps that cannot be used on my software. how do i find apps that will work with 6.1.5? this is frustrating, especially when purchased brand new for christmas.

    See the following to purchase earlier, compatible version for iOS 6
    App Store: Downloading Older Versions of Apps on iOS - Apple Club

  • I have an old MAC using OS 10.5 (does not have Intel processor). I need a new printer, but i cannot find one that will work with such an old operating system. Is there a new printer that will work with this old system?

    I have an old IMAC using 10.5, and it cannot use any newer operating system. I need a new printer, but I cannot find one that is compatible with this old system.
    Is there a new printer out there that will work with 10.5?
    Thanks,
    Niles Stroh

    Canon Pixma iP4950 works great with my PPC G5 iMac on Leopard. Maybe other of their models do as well.

  • Finding images that have been 'protected' while in camera

    Hello, I was wondering if anybody knows how to find images that you protect while they're in your camera? I have a Canon 5D Mark II, and I can select images to 'lock' or 'protect' .. I use that to mark images that I believe are key images while on a shoot.
    With Photo Mechanic I can select 'tagged' images .. and those images I have marked in my camera will be selected.
    I've tried to figure out if its something I can find in exif .. and have had no luck.
    Please help!

    There should be a Smart Collection called "Without Keywords" in the Collections Pane of the Library Module. That will automatically contain what you are looking for.
    If that isn't there, click on All Photographs then use the Filter Bar>Metadata and filter on Keywords....the top entry (None) will be what you are looking for.

  • How to find out that particular structure is used in which tables

    Hello Friends,
    Most of the times through techinal information we come to know the table name for a particular field.And in se16 when i give that table name than system says its structure and not the table.So in se11 when i give that structure name in database table field, its shows all the field in that structure, but not the data stored in that field.
    So my question is how to find out that particular structure is used in which tables,so that i can view data stored in that structure?
    Thanking you guys in advance.
    Regards,
    Jitendra

    Dear,
    When you click on the technical information it will give the structure name and field, double click on the structure and it will take you the display structure screen, there you will have the where-used List icon (Ctrl + Shift + F3) at the top , click on that and it will show the options, select Database tables and execute, it will give the tables related to the structure, you can explore the list of tables and find where your required field is stored in them.
    Thanks & Regards,
    Vijaya Bhaskar A

  • Why can't the finder in Mountain Lion 10.8.2 find files that have successfully downloaded, or that other programs can find?

    Why can't the finder in Mountain Lion 10.8.2 find files that have successfully downloaded, or that other programs can find?
    This happens with maybe 1 out of 5 files. These are files that have either an ."aa" extention, or or are libraries that icloud can see, but finder can't.

    Files beginning with a period are invisible and library files are system files. Spotlight cannot find either unless configured to do so (btw, this is not a Finder issue but a Spotlight issue.)
    Get Spotlight to search system files (and more)
    Enter the search term in the Finder window's search field.
    Click the [+] button in the search bar to add a search option.
    In the first drop down menu choose Other.
    Choose “System Files” from the list that pops up (and check the box to place in drop down menu to avoid this step later,) click on the OK button.
    Now back in the Finder choose Include from the second drop down menu.

  • Where do I find emails that have been "archived"?

    How do I find emails that have been "archived"?

    That would depend somewhat on the email service you are using, but most have a folder called "Archive". Back up the mailbox list and then tap on teh account (not All Inboxes).

  • HT1349 how to find information on my ipad with the serial number

    how to find information on my ipad with the serial number

    You can learn how to determine the model here:
    http://support.apple.com/kb/HT5452
    If your iPad is in a case or has a skin so that you can't see the model number, enter the serial number here:
    https://selfsolve.apple.com/agreementWarrantyDynamic.do
    Regards.

  • How to find the Display Template associated with a JSP ?

    Hi All,
    We have a requirement to alter the text on few buttons and headers for a Published Site. I have modified the Seeded JSP and saved as xxseeded.jsp and deployed in $OA_HTML. Now i want to add this custom JSP to the Display Template but i don't know how to find the Display Template Associated with the Seeded JSP. So, i need to know the Programmatic access name for the Display Template which uses this Seeded JSP as Source file. Is there any where i can check?
    Thank you

    Hi,
    Use the below queries
    Use the below query to get the Template name for the associated JSP file.
    SELECT I.ACCESS_NAME, A.FILE_NAME FROM JTF.JTF_AMV_ATTACHMENTS A, APPS.JTF_AMV_ITEMS_VL I, IBE.IBE_DSP_LGL_PHYS_MAP M, IBE.IBE_MSITES_TL S WHERE A.ATTACHMENT_ID = M.ATTACHMENT_ID AND I.ITEM_ID = M.ITEM_ID AND M.MSITE_ID = S.MSITE_ID and a.FILE_NAME like 'Jsp file name here'
    Same query can be little modified to get the File name from the Template name.
    SELECT I.ACCESS_NAME, A.FILE_NAME FROM JTF.JTF_AMV_ATTACHMENTS A, APPS.JTF_AMV_ITEMS_VL I, IBE.IBE_DSP_LGL_PHYS_MAP M, IBE.IBE_MSITES_TL S
    WHERE A.ATTACHMENT_ID = M.ATTACHMENT_ID AND I.ITEM_ID = M.ITEM_ID AND M.MSITE_ID = S.MSITE_ID and I.ACCESS_NAME like ‘template name here’
    Thanks
    Pradeep
    Edited by: Pradeep Kalyan on Feb 9, 2012 9:40 PM

  • How to find the Standard Program associated with a Standard IDOC

    Hi,
          I am going work on enhancing the standard IDOC. Any body can suggest how to find a standard pogram associated with a Standard IDOC. And can any body send some exaple code for extending a standard IDOC and to implement the logic in the standard program .....

    Hi,
    For outbound IDoc the program can be found:
    1) For master IDoc via transaction BD60. Here for the message type you can find the function module used to generate the IDoc. Within this function module you can find the user exit where you can code your logic.
    2) For IDocs with message control (output control) we maintain settings for proces code in WE41. This process code will lead to outbound IDoc generation program.
    For Inbound IDoc the program can be found:
    Via WE42 where inbound process and its related inbound function module is maintained.
    In each cases above we can go the function module and find the customer exit where idoc enhancement logic can be coded.
    For extending IDoc look at the following links:
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7d6243d711d1893e0000e8323c4f/content.htm">Extending IDoc - SAP help</a>
    It can be summarized as follows:
    Enter transaction WE30 (ALE->Extension-> IDOC types->Maintain Idoc type)
    - Type in your name of the extended IDOC type (usually starting with 'Z') and click on the Basic IDoc type, click the create icon.
    - Click on Create new and enter a description and press enter.
    - Click on ZIDOCTYPE01 and then on the Create icon.
    - Enter ZIDOCTYPE as the segment type, click on Segment Editor.
    - Enter a description for your segment type and create.
    - Enter a description for your segment, enter each field required in your IDoc and press enter to validate.
    - Save and generate, press back
    - To release the segment choose Goto, Release from the menu.
    - Check the box on the line of your segment.
    - Save, back and enter.
    - Your Idoc type structure should be displayed with your new segment.
    - Save and back.
    - To release the Idoc type choose Extras, Release type from the menu and Yes.
    Hope this helps.
    Regards,
    Gajendra.

  • Lightroom does not automatically find images that have been moved within same parent folder/drive

    Lightroom does not automatically find images that have been moved within same parent folder/drive...I moved my catalog and photos to shared drive so that all users can access and when I moved photos within parent folder lightroom did not automatically adjust like in video I watched.  I had to manually locate.  Is there a fix for this?

    Lightroom does not automatically find images that have been moved within same parent folder/drive...I moved my catalog and photos to shared drive so that all users can access and when I moved photos within parent folder lightroom did not automatically adjust like in video I watched.  I had to manually locate.  Is there a fix for this?
    I haven't watched that video, but if you move photos in your operating system ... Lightroom does NOT automatically find these photos. Finding photos that have been moved is NOT a feature of Lightroom. So, there is no fix for this.
    You would have to tell Lightroom where the photos are now located, as explained in the link from 99jon
    If you must move photos, move them inside of Lightroom, not in your operating system, or better yet — don't move them, and use Lightroom tools such as keywords and other metadata to achieve organization.

  • How to find my iphone les even with the power off?

    How to find my iphone les even with the power off?

    You can't if the power is OFF.

  • I lost my ipad and in iClound i did not turn on find me on, how to find it i have serianl number

    i lost my ipad and in iClound i did not turn on find me on, how to find it i have serianl number

    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    Apple Product Lost or Stolen
    http://sites.google.com/site/appleclubfhs/support/advice-and-articles/lost-or-st olen
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
    How to Find Your iPad Serial Number
    http://www.ipadastic.com/tutorials/how-to-find-your-ipad-serial-number
     Cheers, Tom

  • HOW DO I FIND FILES THAT HAVE BEEN TRANSFERED FORM MY PC TO MY MAC

    How do i locate files that have been transfered from my PC to my new MacBook Pro

    Depends how they were transferred. If you used Migration Assistant, a new user was created. Look there in your documents folder. If you used Setup Assistant, look in your documents folder.

Maybe you are looking for

  • Question about family base and 911 notification of both parents

    recently,we,had,someone,call,911,on,one,of,our,phones.,,I,am,a,parent,and,was,not,notified,,but,my,wife,who,i,think,is,shown,as,account,owner,on,our,bill,was,notified,on,her,phone.,,We,want,to,be,sure,we,are,both,notified,immediately,on,our,phones.,,

  • Creating SMB shares for users

    Hello, I am the sole IT person at a Highschool of about 500+ kids.  We just bought a new mac mini server with a pegasus 12tb add on.  We always used mac but the students data has been stores locally on computers.  We would like to keep their accounts

  • Best backup solution besides Time Machine?

    I want to get a 4tb drive and use it to backup multiple drives in my Macpro. I sometimes swap out drives in the Mac, so some of the drives i want to backup may not be in the Mac during a given backup but may be the next time, and I don't think this w

  • Customising Registration form

    Can anyone help me to show 'review your order' on the registration buy form? My client would like it to look like it does on this site: www.hibermate.com Three columns, 3rd being 'review your order'. Can anyone help me to achieve this? They would als

  • Remove Duplicates From Comma Separated String

    Hi, I have one Column which contains duplicates values with comma separated. Customer ID 5,5,5,5,6,6,5,5,5,6,7,4,1,2,1,4,7,2 I wrote this: select REGEXP_REPLACE('5,5,5,5,6,6,5,5,5,6,7,4,1,2,1,4,7,2', '(^|,)([^,]*)(,\2)+','\1\2') from dual; 5,6,5,6,7,