#492
Image generator :
http://korben.info/generer-des-images-de-substitutions-pour-vos-creations-web.html
Example :
Text generator:
Just another Code Snippet site
#492
Image generator :
http://korben.info/generer-des-images-de-substitutions-pour-vos-creations-web.html
Example :
Text generator:
#1682
#286
List current files :
SELECT file_name, tablespace_name, bytes/1024/1024 MB, blocks FROM dba_temp_files ORDER BY tablespace_name, file_name;
Remove file :
ALTER DATABASE TEMPFILE '/opt/oracle/tablespaces/tmp/temp02.dbf' DROP INCLUDING DATAFILES;
Add new file :
ALTER TABLESPACE temp ADD TEMPFILE '/opt/oracle/tablespaces/tmp/temp01.dbf' SIZE 1G;
#1361
regardant tous les commit
Source: Tentative d’explication des Fast-Forward sous Git – TechM6Web
#605
http://www.mkyong.com