|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Got One Small Problem
hi, i am new to oracle, i recently got a copy from my university, i have installed it on my computer, only problem is, my rubbish university cannot provide me any username or password so i can use SQL plus, does anyone know how to create a username and password? its Oracle 9i Database, would much appreciate it
|
|
#2
|
|||
|
|||
|
If you have installed oracle9i sucessfully in your system then connect to system/manager (if you did not change the password at the time of installation), then use the following command to create a new user:
SQL>CREATE USER bruce IDENTIFIED BY bruce / you cannot connect to the new user until you provide appropriate privileges to connect with oracle server: SQL>GRANT connect,resource, create session TO bruce / |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > Got One Small Problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|