For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi,
Version : 11g
Will oracle update the statistics after creation or modification of index ?
Thanks.
SQLCL is a client application. It does not have users and passwords to use. SQLCL connects to database servers (db instances). The database typically requires a username and password for authentication. SQLCL may prompt for these credentials to supply to the database. There are no default usernames and passwords to use in today's Oracle database. Most schemas are also locked by default when the database is created. Ask your DBA for the details of the database and user schema to use.
i have installed sqlcl-21.3.3.322.1724..but it is asked user name and password in command prompt..please give the solution
What database are you trying to connect to?
Use /nolog parameter.
If you don't know your username and/or password, you need to talk to the person responsible for your database. If you don't know who that is, we can't help you.