Community
Topobase (Read Only)
Welcome to Autodesk’s Topobase Forums. Share your knowledge, ask questions, and explore popular Topobase topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

TBSYS account locked

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
372 Views, 2 Replies

TBSYS account locked

After 10 trials to log with the wrong password in TBSYS account,
the account was locked. What is the way to unlock TBSYS account and set a new password?
Thank you in advance.
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

So.. TBSYS account can be change like normal Oracle accounts. For example:
1. Login in SQL Plus (with SYSTEM)
2. unlock account with "alter user TBSYS account unlock;"
3. change the password, if you need with "alter user TBSYS identified by TBSYS;"
Message 3 of 3
Anonymous
in reply to: Anonymous

Here is a little tip if you are using Topobase in a test environment and you are using the sample data that comes with the product or if your account is getting locked frequently due to incorrect logins.

Here is the workaround:

Log into SQLPlus as your system user and run the following

CREATE PROFILE DEFAULT_TOPOPASE
LIMIT FAILED_LOGIN_ATTEMPTS UNLIMITED;
ALTER USER TBSYS PROFILE DEFAULT_TOPOBASE;

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report