Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » oracle l »

Re: alter user <name> identified by statement truncated in trace file

Egor Starostin

2006-06-28

Replies:

> While trying to determine what command a third party application is
> using to change users' passwords I discovered that the ALTER USER <name>
> IDENTIFIED BY statement is getting truncated when written to a trace
> file. For example
>
> =====================
> PARSING IN CURSOR #3 len=38 dep=0 uid=31 oct=43 lid=31 tim=0
> hv=2271055062 ad='3
> 25aafc0'
> alter user test identifie
> END OF STMT
> PARSE #3:c=0,e=0,p=0,cr=0,cu=0,mis=1,r=0,dep=0,og=4,tim=0
> XCTEND rlbk=0, rd_only=1
> =====================
>
> Is this a bug or a feature?
It's a feature documented in 'Performance Tuning Guide':
***
Statement Truncation in SQL Trace
The following SQL statements are truncated to 25 characters in the SQL
Trace file:

SET ROLE
GRANT
ALTER USER
ALTER ROLE
CREATE USER
CREATE ROLE
***


--
Egor
http://www.oracledba.ru
--
http://www.freelists.org/webpage/oracle-l


©2008 dba.5341.com - Jax Systems, LLC, U.S.A.