In SQL Server snapshot can be created which creates a point in time read-only copy of any database. The amount… READ MORE
Using the following PL/SQL code one can find average size of a row in a table, the following code samples… READ MORE
By executing the store procedure sp_spaceused ‘<table>’ one can find the space used by a table. The store procedure returns… READ MORE
|
Using dbms_system.set_int_param_in_session, one can set max_dump_file_size of a running session. In the example it sets trace file to 100MB exec… READ MORE
# how to create a array and assign a list of values set -A fruit apples pears oranges banana #… READ MORE
|
# Using ls and sort one can sort the files by their size, here is what the options means #… READ MORE
“Control what I can control”
~ Alex Lima