What is the meaning of ' ' in oracle spatial pls tell me

CREATE TABLE sales_intersection_zones AS
SELECT sra. id id1, srb.i d id2,
SDO_GEOM.SDO_INTERSECTION(a.geom, b.geom, 0.5) intsxn_geom
FROM sales_regions srb, sales_regions sra
WHERE  sra.id'<>' srb.id
AND SDO_RELATE(sra.geom, srb.geom, 'mask=anyinteract' )='TRUE' ;
Edited by: user13340372 on Jul 1, 2010 2:16 AM
Edited by: user13340372 on Jul 1, 2010 2:16 AM
Edited by: user13340372 on Jul 1, 2010 2:17 AM

Try = instead of "

Similar Messages

  • What is the meaning of dumping in oracle?

    What is the meaning of dumping in oracle?
    Also tell me is there any method to dump by user commands?

    Hi,
    Dumping is a format used for storing regular oracle data that is used for transferring data between two databases or servers or within the database i.e export/import.
    For dumping user commands you can use user auditing.
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96524/c25audit.htm
    regards
    Jafar

  • What is the meaning of different fields of Oracle Software e.g 11.1.0.2.0

    What is the meaning of different fields of Oracle Software e.g 11.1.0.2.0
    Please share.

    The first digit is the most general identifier. It represents a major new version of the software that contains significant new functionality.
    Database Maintenance Release Number
    The second digit represents a maintenance release level. Some new features may also be included.
    Application Server Release Number
    The third digit reflects the release level of the Oracle Application Server (OracleAS).
    Component-Specific Release Number
    The fourth digit identifies a release level specific to a component. Different components can have different numbers in this position depending upon, for example, component patch sets or interim releases.
    Platform-Specific Release Number
    The fifth digit identifies a platform-specific release. Usually this is a patch set. When different platforms require the equivalent patch set, this digit will be the same across the affected platforms.Check
    Meaning of each number in version

  • What is the meaning of the oracle service  "SERVICE=orclXDB"  ?

    Hi See below.
    What is the meaning of the oracle service "SERVICE=orclXDB" ?
    SQL> r
    1 select name,
    2 value
    3 from v$parameter
    4 where upper(name) in (
    5 'DISPATCHERS',
    6 'MAX_DISPATCHERS',
    7 'SHARED_SERVERS',
    8 'MAX_SHARED_SERVERS',
    9 'CIRCUITS',
    10 'SHARED_SERVER_SESSIONS',
    11 'LARGE_POOL_SIZE',
    12 'SESSIONS'
    13* )
    NAME VALUE
    sessions 170
    large_pool_size 0
    dispatchers (PROTOCOL=TCP) (SERVICE=orclXDB)
    shared_servers 1
    max_shared_servers
    max_dispatchers
    circuits
    shared_server_sessions
    8 rows selected.
    SQL>
    SQL> select * from v$services;
    SERVICE_ID NAME NAME_HASH NETWORK_NAME
    5 orclXDB 3468872077 orclXDB
    6 orcl 2392458149 orcl
    1 SYS$BACKGROUND 165959219
    2 SYS$USERS 3427055676
    SQL>

    Hi Siva,
    don't you remember Re: Net service name and service ? :-)

  • What are the advantage of using Oracle Database when compare to SQL SERVER

    Hi all
    Please tell anyone about
    what are the advantage of using Oracle Database when compare to SQL SERVER
    Thanks in advance
    Balamurugan S

    user12842738 wrote:
    Hi,
    There are various differences between the two.
    1. SQL Server is only Windows, but Oracle runs on almost all Platforms.
    2. You can have multiple databases in SQL Server, but Oracle provides you only one database per instance.Given that the very term 'database' has s different meaning in the two products, this "difference" is absolutely meaningless.
    3. SQL Server provides T-SQL for writing programs, whereas Oracle provides PL/SQLWhich means what? Both products have a procedural programming language. They named them differently, and the languages are not interchangeable. Means nothing in comparing the features/strengths/weaknesses/suitability to purpose.
    4. Backup types in both are the same. (Except Oracle provides an additional backup called Logical Backup.)You make that sound like "Logical Backup" is something more than it is. It is nothing more than an export of the data and metadata. Many experts don't even consider it a backup. I'm sure SQL Server provides the same functionality though they probably call it by some other name.
    5. Both provide High Availability.Well, I guess they both have a suite of features they refer to as "High Availability". But what does that really mean? The devil is in the details. Remember, the two products don't even agree on what constitutes a "database".
    6. Both come in various distributions.???
    >
    If you are going for an Implementation, you can try SQL Server Express Edition and Oracle XE which are free to use.
    Then you can choose whichever is comfortable for your needs.
    Thanks.

  • What is the meanning of the following ?

    hi , db 10g ,
    What is the meanning of the following :-
    1- Literals .
    2- Expressions in Sql .
    3- PL/SQL Expressions .
    4- Padded blanks .

    It is all documented.
    1 - Literal: https://web.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10759/sql_elements003.htm#sthref377
    The terms literal and constant value are synonymous and refer to a fixed data value. For example, 'JACK', 'BLUE ISLAND', and '101' are all character literals; 5001 is a numeric literal. Character literals are enclosed in single quotation marks so that Oracle can distinguish them from schema object names.
    2 -SQL Expressions: https://web.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10759/expressions001.htm
    About SQL Expressions
    An expression is a combination of one or more values, operators, and SQL functions that evaluates to a value. An expression generally assumes the datatype of its components.
    This simple expression evaluates to 4 and has datatype NUMBER (the same datatype as its components):
    2*2 
    SQL (simple) expression: https://web.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10759/expressions002.htm#sthref802
    simple_expression::=
    3 - PL/SQL expressions: https://web.stanford.edu/dept/itss/docs/oracle/10g/appdev.101/b10807/02_funds.htm#sthref211
    Expressions are constructed using operands and operators. An operand is a variable, constant, literal, or function call that contributes a value to an expression. An example of a simple arithmetic expression follows:
    -X / 2 + 3 
    Unary operators such as the negation operator (-) operate on one operand; binary operators such as the division operator (/) operate on two operands. PL/SQL has no ternary operators.
    The simplest expressions consist of a single variable, which yields a value directly. PL/SQL evaluates an expression by combining the values of the operands in ways specified by the operators. An expression always returns a single value. PL/SQL determines the datatype of this value by examining the expression and the context in which it appears.

  • What are the Meaning ...

    Hi Guys,
    In Oracle HRMS, Termination form we have the Following dates such as Actual, Final, Projected, Last Standard Process, Final Process. I an just wondering what was the meaning for those dates ( Actual, Final, Projected, Last Standard Process, Final Process)
    Waiting for the reply
    with regards
    Surya

    Actual: Last working day of employee at the company
    Last standard: The last date when Salary is paid (mainly end of month)
    Final Process:No more payment process after this date.
    Example: employee's last working day was 17.OCT.2007 ,
    Last standard date is 31.OCT.2007 (Recieved last pay check).
    Final Process 01.DEC.2007 recived pay for various expenses.
    If there is no date in Final Process date you can still enter to assignment record. After Final Process Date, assignment is blocked.

  • What's the latest patch for oracle 10g client?

    what's the latest patch for oracle 10g client? 6810189?

    The same as the patch for the Oracle database of the same version and operating system. Since you didn't specify the operating system or the particular Oracle version (10g could mean 10.1 or 10.2), it's hard to be more specific.
    Justin

  • What's the meaning of parameter "_release_insert_threshold"?  Thanks

    what's the meaning of parameter "_release_insert_threshold"?
    And in case what, need to adjust this parameter?

    This parameter is more or less described at [http://www.orafaq.com/parms/parm1719.htm]. Parameters starting with _(underscore) are hidden parameters. We should not use these parameter unless or otherwise specified by Oracle Support. Check metalink document id 2893261.8
    Regards
    Virendra.

  • What is the meaning of UL3+?

    We want to install FMW 11g components(WLS,ADF,SOA,OIM) on RedHat EL5.
    The FMW11g certification matrix say 11g certified on Red Hat EL 5 (UL3+) on Oracle VM, minimum update level required is Red Hat EL 5 (UL3+) on Oracle VM 2.1.2+.
    What is the meaning of UL3+?
    Do we must instll oracle VM 2.1.2+ after install Red Hat EL5?
    Oracle VM2.1.2+ is free or need license?
    Thanks

    Based on context, it would be update (or update level?) ... similar in concept to Service Pack in some other OS that I don't quite remember the name of ...
    OracleVM is optional, but it would be installed BEFORE Red Hat (or Oracle Enteprise Linux - whch has the same release numbers)
    OracleVM (OVM), like Oracle Enterprise Linux (OEL) is GPL and is licensed for no fee. And like OEL, OVM allows you to purchase support for an annual fee. (Note that even 'Free' software has a license.)

  • What is the meaning of the black line in the Layer 2 View?

    In the layer 2 View,there are many black line indicate "Ethernet 100M",what is the meaning?Does it mean the device is an end device that connected PC only?

    Since there has been no response to your post, it appears to be either too complex or too rare an issue for other forum members to assist you. If you don't get a suitable response to your post, you may wish to review our resources at the online Technical Assistance Center (http://www.cisco.com/tac) or speak with a TAC engineer. You can open a TAC case online at http://www.cisco.com/tac/caseopen
    If anyone else in the forum has some advice, please reply to this thread.
    Thank you for posting.

  • MM - PO - what is the meaning of this button?

    Dear friends,
    Could anybody help me with one question.
    There is a strange button in a Purchasing Order on the Account Assignment tab page on this screenshot (it is marked with red color).
    Screenshot below
    http://content.foto.mail.ru/mail/raiden87/81/i-84.jpg
    What is the meaning of this button? When it is used for?
    I hope that anybody knows the meaning =)

    hi raiden,
    as for as i have gone through the issue I have come to know that:
    If you want to use multiple account assignment for a line item in PO then at that moment you will have to first press the "repeat on " button. only after that multiple account button will be active that is just before your "repeat on " button.
    Steps:
    1:Save your PO.
    2:Go to transaction code ME22N to change the PO.
    (Here you will firstly see that the multiple a/c assignment button is firsty gray.It will become active only after when you press the "repeat on" button).
    I hope It will be helpfull for you.
    regards,
    Aslam Ansari.

  • So I have an iPad with the smart cover, and it's usually supposed to turn on the iPad when u open it, but it's no doing that for me. Nor is it turning off without pressing the button. What is the meaning of this?

    So I have an iPad with the smart cover, and it's usually supposed to turn on and off the iPad when u open it and close it, but it's not turning on for me. Nor is it turning off without pressing the button. What is the meaning of this?what caused it to be this way? Is there someway that I could fix it?

    Wait a sec did this just start?
    You set up the smart cover function in settings (you did that, right?) so, if you did that and it's failed you make an appointment at your nearest Genius Bar now.

  • What are the solutions offered by Oracle to handle length based products

    We are on 11.5.10. Current version treats beams as each, we have 30 feet beams, 20 feet beams etc.
    We do not want to set-up different items for each length of beam.
    We need ability to tell we have 10 pieces of 26 feet beams in inventory.
    Currently we can only tell we have 260 feet of beams.
    Current solution treats it discretley. We need ability to sell length based items, receive length based items, do inventory management based on length based items.
    a) What are the solutions offered by Oracle in latest releases for Length based products or for Mill products.
    b) If there are any solutions offered by Oracle to handle length based or mill products, can these be back ported to Oracle 11.5.10?

    Please do not create duplicate posts across the forums -- What are the solutions offered to handle length based or mill products?

  • What is the meaning of this column in the pricing  procedure?

    Dear Gurus,
    What is the meaning of this column in the pricing procedure?
    thanks..

    subtotal field : Subtotal field is used to pass the value to some other field in PO .
    for ex: using value 9 you pass the value to field komp-brtwr. so that this can be used in  any other routine in the pricing procedure.
    requirement field: if there is a scenario that condition type should come in pricing on some condition like vendor country is india. in that case use create the requirment and attached this requirement.in this requirment you put logic and set the sy-subrc value 4 or 0.

Maybe you are looking for

  • Moving Average Price Verification - How to verify the MAP calculation

    Hello, The material that we purchase are managed with the price control S. Therefore every Good entry and Good Issue is valuated at the standard price regarding the Balance sheet valuation. At the End of the Month during the Month End closing, the MR

  • Photos have disappeared from iphoto library

    Hi, I am using iPhoto version 6.0.6 and I can't get some of the old photos to show up in the library. I had a lot of pictures, had to switch computers, and during the transfer, the old photos no longer show up in the library. I was using an older ver

  • Sum Over Time

    Hi, I'm trying to do something which I would guess is quite a common query, but after scratching my head and perusing the web I am still no closer to a solution. I am running: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi I'm looki

  • Trouble with songs. need help please!

    alright, so here's my problem. last week i tried to put some songs from a cd on my ipod (video 30g). when they were in my library they worked fine but now on my ipod they are not working. if i click on them nothing is happening. i tried to delete the

  • Oracle Webcenter Interaction and ADF

    Hi, Could someone please confirm if Oracle Ensemble is required for ADF to be used in Oracle Webcenter Interaction? I have looked a documentation how Oracle Ensemble can be used to integrate ADF and Webcenter Interaction. I would like to know what ar