The contents are of my own testing and deployments. Not guaranteed that these might work in your environment. Please test before usage.
Summary: In this session, I will teach you About User management in oracle database.
- The user is basically used to connect to the database. All db objects like table, index, view, etc can be created under that user.
- In Oracle, users and schemas are essentially the same things. You can consider that a user is an account you use to connect to a database,
- Schema is the set of objects (tables, views, etc.) that belong to that account.
0 Comments