Hi Brian, I am trying to code the following in perl..
sqlplus '/as sysdba' -- (Where we don't need to give password.) Typo .. please read sysadmin as sysdba.. Thanks Rameez --- On Tue, 9/9/08, Brian Raven <[EMAIL PROTECTED]> wrote: > From: Brian Raven <[EMAIL PROTECTED]> > Subject: RE: Connecting to Database as sysadmin using DBI > To: [email protected] > Date: Tuesday, September 9, 2008, 3:20 PM > Rameez Thonnakkal <> wrote: > > Hi All, > > > > Not sure this is the correct mail id for posting this > query. > > > > I am using DBI for connecting to a oracle Database. By > using a > > specific user and password i am able to connect. But > my requirment is > > to connect as sysadmin without password. > > > > Could any one give me the piece of code for the same. > Tried bit of > > googling but of no luck :( > > Depends what you mean. If you want to connect using the > username > "sysadmin", but with no password, then whether > that is possible, or even > advisable, is a question for your database admin (DBA). > > If you mean that you want to connect as a DBA with no > password, then > that is probably a very bad idea, right up there with > allowing > root/sysadmin access to your computer with no password. > > If you mean something else, please say. > > HTH > > -- > Brian Raven > > ----------------------------------------------------------------------------------------------------------- > This e-mail may contain confidential and/or privileged > information. If you are not the intended recipient or have > received this e-mail in error, please advise the sender > immediately by reply e-mail and delete this message and any > attachments without retaining a copy. Any unauthorised > copying, disclosure or distribution of the material in this > e-mail is strictly forbidden. > > > _______________________________________________ > ActivePerl mailing list > [email protected] > To unsubscribe: > http://listserv.ActiveState.com/mailman/mysubs _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
