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

Home -> Community -> Usenet -> c.d.o.misc -> SQL2K Migration: Problem

SQL2K Migration: Problem

From: Frank Ashley <frank.ashley_at_ntlworld.com>
Date: Sun, 17 Nov 2002 11:49:43 -0000
Message-ID: <IfMB9.514$5R.18694@newsfep3-gui.server.ntli.net>


I've got to migrate a SQL2K DB to Oracle9i.

With MS SQL I can create a default value then bind that value to a column. The idea being that if a value isn't supplied in an insert for that column then the default value will be applied.

eg
create default MAXDATE as '99991231 12:00:00'

EXEC sp_bindefault 'DBO.MAXDATE', 'XXX_UNIT.UNT_EXPIRED'

Can anybody help? Received on Sun Nov 17 2002 - 05:49:43 CST

Original text of this message

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