Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle change password expiration policy

CREATE PROFILE SHORT_LIFE_PROFILE LIMIT
    PASSWORD_LIFE_TIME 1/24/60/60 		--> 1 second
    PASSWORD_GRACE_TIME 1/24; 			--> 1 hour

ALTER USER user_name PROFILE SHORT_LIFE_PROFILE;    -- Log on to refresh

SELECT ACCOUNT_STATUS FROM DBA_USERS WHERE USERNAME = 'user_name';
Comment

PREVIOUS NEXT
Code Example
Sql :: 10000000000000000000 am to meters 
Sql :: decode plsql 
Sql :: oracle sql date winter time 
Sql :: hou to run job from cmd .exe sql server jop 
Sql :: rasa mysql connection custom actions example 
Sql :: how to set up an anonymous function to variable in swift 
Sql :: call procedure in wordpress 
Sql :: 5000/208 
Sql :: will graphql replace sql 
Sql :: trigger stock phpmyadmin 
Sql :: search all tables in a database for a value 
Sql :: sql data type of query 
Sql :: list enums sql 
Sql :: create relationship with betwen two tables in postgersql 
Sql :: row_number equivalent MS Access for sequential id By Group (2) 
Sql :: oracle sql developer script output limit 
Sql :: least spark sql 
Sql :: and and or in where condition 
Sql :: what alter does in db 
Sql :: python simple crud application using sqlite 
Sql :: não é possível executar uma operação DML dentro de uma consulta 
Sql :: soql queries for not contact related account records in salesforce 
Sql :: mysql – Error ‘Column count of mysql.user is wrong. Expected 45, found 43. The table is probably corrupted’ on query. 
Sql :: SQL Create Named CHECK Constraint 
Sql :: Sql runnignsum 
Sql :: with_for_update sqlalchemy 
Sql :: PL-SQL: mm-dd for subqueries and different columns 
Sql :: how to delete a database record after a certain time 
Sql :: *Action: Options are to resolve the compilation/authorization errors, disable the trigger, or drop the trigger. 
Sql :: mysql db dump restore max file size issue 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =