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

Home -> Community -> Usenet -> c.d.o.server -> Re: The Admin's point of view on DB users best practices

Re: The Admin's point of view on DB users best practices

From: Rick Denoire <100.17706_at_germanynet.de>
Date: Sun, 15 Feb 2004 03:56:39 +0100
Message-ID: <tbnt20tj330l3ujvli6dotm11389k104ft@4ax.com>

[Continued]

30) Do not use data types LONG and LONG RAW; use LOB, CLOB and BLOB instead.

31) Never leave an open session on a terminal for a long time, specially with an uncommited transaction, or you will block other users from doing dml on the involved objects [will likely happen before leaving for holidays].

>Regards
>Rick Denoire
Received on Sat Feb 14 2004 - 20:56:39 CST

Original text of this message

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