Scroll untuk baca artikel
DatabaseOracle

Unlock Oracle User Account

514
×

Unlock Oracle User Account

Sebarkan artikel ini
oracle database plsql
oracle database plsql

Di posting kali ini, saya akan memberikan cara, untuk membuka user account datababase yang terblok.

Unlock Oracle User Account
silahkan login menggunakan user lain yang mempunyai grant all seperti user sys atau sejenisnya seperti sysdba, system, codenya sebagai berikut :

ALTER USER username ACCOUNT UNLOCK;

Sedangkan jika ada ingin lock user silahkan gunakan code berikut :

ALTER USER username ACCOUNT LOCK;

Untuk Penjelasan lebih detail saya akan ulas di bawah ini:

1.Login ke Db menggunakan

 SQL > conn /as sysdba;

2. Sekarang coba untuk membuka user yang terkunci

	SQL alter user scott account unlock;

Detailnya :

	SQL > conn /as sysdba

	Connected.

	SQL > alter user scott account unlock;
	User altered.

Respon (0)

  1. Hello. I see that you don’t update your blog too often. I know that writing content is boring
    and time consuming. But did you know that there is a tool that
    allows you to create new articles using existing content (from article directories or other websites from your niche)?
    And it does it very well. The new posts are unique and pass the
    copyscape test. Search in google and try: miftolo’s tools

    1. because the contents of the content are a lot of images or it could be because of the network when accessing the application server, we will analyze it, thanks for the comments

Tinggalkan Balasan

Alamat email Anda tidak akan dipublikasikan. Ruas yang wajib ditandai *

Situs ini menggunakan Akismet untuk mengurangi spam. Pelajari bagaimana data komentar Anda diproses

Verified by MonsterInsights