external authentication

jambo

Member
We have implemented external authentication for a user on our oracle db. When I use Query Reporter's command-line interface to run reports how do I specify external authentication :
QueryReporter userid=?? ...

Thnx
 
You need to enter just a slash for the username/password:

QueryReporter userid=/ ...
QueryReporter userid=/@chicago ...
 
Yes I try that,but logon screen pops up(then when I click OK it connects to db) and I don't want that. I want to skip logon screen if it is possible.

Thnx
 
In case of database authentication when I write command like:

QueryReporter userid=scott/tiger@chicago ...

and password is correct, I connect directly to db (LOGON SCREEN DOESN'T POP UP).
In case of external authentication when I write command like:

QueryReporter userid=/ ...

LOGON SCREEN POPS UP (then when I click OK it connects to db) and I don't want that. I want to skip logon screen (the same behavior as in case of database authentication) if it is possible (our QR version is 2.1.0.205). Is it possible ?

Thnx
 
Back
Top