$dbh->do(q{alter session set current_schema=user});It's also in the fine manual. Jared On Friday 01 March 2002 13:19, Shao, Chunning wrote: > Hi, everyone, > > In DBI, is there any way we can do something like > "alter session set current_schema=user"? > > I need to do it but it does not seem to work. > > Thanks
