Home| Progetto| Web| Faq| Acronimi | ||||||||||||||
Argomenti Documenti pubblicabili:1120
Scripts:1282 Documenti non pubblicabili:162 Categorie tematiche:68 .Net |_C# |_Visual basic.net |_Asp.net Active Server Pages C++ Cascade Style Sheet JavaScript Mysql Php Xml Java |_Java 2 Micro Edition |_Java server pages |_Java Servlet Oracle |_PLSQL PostgreSQL Unix
Oracle...
Info:
Assegnare solo i privilegi necessari (Least privilege)
Oracle...
Script:
Quick plsql script for dba maintenance tasks
Unix...
Tip:
Eseguire pił comandi in una sola linea
Oracle...
Tip:
Lunghezza massima nome di uno schema nel database Oracle
Oracle...
Faq:
Which chars in table and column names?
Shell scripting...
Script:
Script for archiving and compressing folder and file
Basically, a web session can be defined as the timeframe in which a visitor navigates your web site.
Php Funzione mail()
XPath is a language for addressing parts of an XML document.
It is designed to be used by XSLT and XPointer.
Basically, a web session can be defined as the timeframe in which a visitor navigates your web site.
|
Oracle
Home >Oracle > Recyclebin checking and purging
Recyclebin allows you restoring table that have been dropped. In fact, if the init parameter recyclebin is ON you may restore a dropped table using flaskback table to before drop or flaskback table to SCN. Depending by initialisation memory parameter Oracle keeps the table in the recycle bin as long as it can. It is a DBA good practise empty periodically the recyclebin whenever it's positive there would be not need to restore the table and data dropped. Example, create table T1
create table T1 (n number);
insert into T1 values(1); insert into T1 values(2); insert into T1 values(3); commit; drop table T1; to check the status of recyclebin
col object_name format a18
col original_name format a10 col createtime format a14 col droptime format a14 SELECT object_name, original_name, space, createtime,droptime FROM user_recyclebin;
if you are using sqlplus you can also issue:
show recyclebin;
to empty recyclebin
purge recyclebin;
to drop a table without keep it temporally in the recyclebin to empty recyclebin
drop table mytable purge;
Recyclebin tables are:
As purge recyclebin deletes the schema objects, to purge all recyclebin in every schema in the whole database with dba privileges you need to issue purge dba_recyclebin : -- to purge all database objects in recyclebin SQL> conn sys as sysdba Enter password: Connected. SQL> purge dba_recyclebin; DBA Recyclebin purged. Warning: include(ads/text468x15.html): failed to open stream: No such file or directory in D:\inetpub\webs\fishscriptcom\documents\view_document.php on line 131 Warning: include(): Failed opening 'ads/text468x15.html' for inclusion (include_path='.;C:\php\pear') in D:\inetpub\webs\fishscriptcom\documents\view_document.php on line 131 Tutorial ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Script ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Comandi ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Codici errore ![]() ![]() ![]() ![]() ![]() |
Cerca
Oracle...
Info:
Trace backup file
A good scientist is a person with original ideas.
A good engineer is a person who makes a design that works with as few original ideas as possible. There are no prima donnas in engineering. Freeman Dyson A good scientist is a person with original ideas.
A good engineer is a person who makes a design that works with as few original ideas as possible. There are no prima donnas in engineering. Freeman Dyson
Oracle...
Info:
Spazio su disco per motore Oracle 10g
Oracle...
Citazioni:
Designing an efficient Schema ...
Oracle...
Definizioni:
Scalar Subquery
Oracle...
Definizioni:
Schema
Shell scripting...
Script:
Pulire i file provenienti da ambieti dos/ windoes da caratteri sporchi
fishScript.Com is accessible by Mobile access technology
as mobile phones, Palm and Pocket PC .
Nicoleta e Marco Magnani tutorial, examples, courses, esempi, corsi, esercizi, appunti vari Dottoressa Nicoleta Dragu Formatrice Docente Insegnante Mediatrice Culturale Dott. Marco Magnani Universita La Sapienza Roma Master Computer Science Hunter College New York , Data Base Administrator DBA oracle System architect |