Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Utilities to convert SQL Server SQL to Oracle SQL
Hi,
Seems like an outer join feature (or somethink like row with and without values)
But I would write about another thing that may be important to you. The
SQLServer has case-sensitve object (tables, views and so on) names (violates
ANSI-92 standard). If you convert this to oracle, oracle must escape these
names (enclosuring with ") to gurantee its functionality. It means your
statements going to sth like SELECT "mytable"."mycolumn" FROM "mytable" WHERE
"mycolumn" =
NASTY!
Before migrating, onsider carefully if you can set all names uppercase to avoid
this.
oli.
On Don, 12 Okt 2000, Cale, Rick T (Richard) wrote:
> Hi DBAs,
>
> I am converting some sql server sql scripts to Oracle. Are there any good
> utilities available
> to do this?
>
> Also,off-topic but I do not know sql server. In some of the code it has
> field_name (+)= field_name.
>
> What is (+)= in sql server and its eqivalent in Oracle?
>
> Thanks
> Rick
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Cale, Rick T (Richard)
> INET: RICHARD.T.CALE_at_saic.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- --- Oliver Artelt, System- und Datenbankadministration --------------------------------------------------------------- cubeoffice GmbH & Co.KG # jordanstrasse 7 # 39112 magdeburg telefon: +49 (0)391 6 11 28 10 # telefax: +49 (0)391 6 11 28 19 email: oli@cubeoffice.de # web: http://www.cubeoffice.de ---------------------------------------------------------------Received on Thu Oct 12 2000 - 09:19:49 CDT