• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SQL + help can not seem to log in HELP PLEASE

XXXXXkevXXXXX

Senior member
im installing oracle 9i , basically the only function i need to use is Sql +, but every time i try to log on it wont let me get on
i have tried using username/password : scott/tiger system/manager sys/sys they all dont seem to work.
during installation i choose client install with runtime option. is this right? or do i need to do the admistrator option. i have tried both yet i still am not successful
all i need is to use the sql +
am i not installing the right components? or do i have to create my own user name and pass word. what i was told is i dont need to use the host.


any help would be greatly appreciated. thanks
kev
 
Is this on Unix? Did you perhaps configure the Oracle database instance to use OS authentication? If so, try starting sqlplus by typing "sqlplus /@[database]" instead of "sqlplus [user]@[database]".
 
Back
Top