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)
Unix...
Tip:
How remove a file named -r
PLSQL...
Script:
Plsql Cursor how passing values for where claue
Oracle...
Tip:
Stampare il risultato di procedure sql
Oracle...
Faq:
Rename column
Shell scripting...
Script:
Ciclo sul contenuto directory
Un servizio Web XML è un'unità logica di applicazioni che fornisce dati e servizi ad altre applicazioni.
Le applicazioni accedono ai servizi Web XML tramite protocolli Web universali e formati di dati quali HTTP, XML e SOAP.
Php Funzione mail()
La J2EE (Java 2 Enterprise Edition) è dedicata a tutti coloro che desiderano aggiungere il supporto della versione Enterprise di Java (ad esempio a Tomcat) e quindi le funzionalità avanzate come Enterprise JavaBeans etc.
Un servizio Web XML è un'unità logica di applicazioni che fornisce dati e servizi ad altre applicazioni.
Le applicazioni accedono ai servizi Web XML tramite protocolli Web universali e formati di dati quali HTTP, XML e SOAP.
|
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:
Spazio su disco per motore Oracle 10g
Well-formedness is a new concept introduced by [XML]. Essentially this means that all elements must either have closing tags or be written in a special form (as described below), and that all the elements must nest properly.
Well-formedness is a new concept introduced by [XML]. Essentially this means that all elements must either have closing tags or be written in a special form (as described below), and that all the elements must nest properly.
Oracle...
Info:
Assegnare solo i privilegi necessari (Least privilege)
Oracle...
Citazioni:
Designing an efficient Schema ...
Oracle...
Definizioni:
Schema
Oracle...
Definizioni:
Set di caratteri (Characterset)
Shell scripting...
Script:
Array
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 |