Sybase Database
# recommended
posts that share tags with this one Database 

SQL Performance Optimization: Finding the Right Queries to Fix
# contents11 sectionscollapse01The Impact of Query Optimization02Query Identification Methods03Method 1: Debug Bar Analysis04Method 2: MySQL Slow Query Log05Method 3: Non-Indexed Query Detection06Method…
2025-09-22 5 min read →
Academic # academic
MySQL vs MongoDB
2014-01-06 1 min read →
Database # database
Oracle Database: Reset User Password and disable passowrd expiration.
SQL> select resource_name,limit from dba_profiles where profile='DEFAULT' and RESOURCE_NAME='PASSWORD_LIFE_TIME'; RESOURCE_NAME LIMIT -------------------------------- ---------------------------------------- PASSWORD_LIFE_TIME 180 alter profile DEFAULT limit password_life_time UNLIMITED; alter…
2013-10-17 1 min read →
0 comments