Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.oracle -> Converting SQL Server to Oracle

Converting SQL Server to Oracle

From: Jevon <jevonthurlow_at_hotmail.com>
Date: 7 Apr 2004 11:38:46 -0700
Message-ID: <34e7f100.0404071038.211932f5@posting.google.com>

I am trying to conert a SQL Server (2000) database to Oracle to see if it is a supportable back end for my product. I am running into a stone wall with Stored Procedures though. I was wondering if someone could explain a simple way to turn this T-SQL statement into a Oracle PL/SQL statement:

CREATE PROCEDURE [CrossTab - Bench Sheet] @BSID Int
AS
SELECT BenchSheets.*
FROM BenchSheets
WHERE BS_ID=@BSID I can't seem to find an easy way to do it and documentation isn't very helpful. If using a Stored Procedure is the wrong way I am open to any alternative to running a "Select" statement with a parameter to filter down.

I appreciate any input, Received on Wed Apr 07 2004 - 13:38:46 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US