Code Snippet

Just another Code Snippet site

Tips

[Find] How-to

List only directories, max 2 nodes down that have “net” in the name Find all *.c and *.h files starting from the current “.” position. Find all, but skip what’s in “/CVS” and “/junk”. Start from “/work” Note -regex and -iregex work on the directory as well, which means you must consider the “./” that […]

[Oracle] Import/Export as dump

As sys/sysdba : Export : Import : Export Options : To change the export version : version_string example : 10.2 Import Options : To change destination tablespace add : (in this case, the following grant should be performed : grant imp_full_database to YOURUSER;) In case of multi schema : REMAP_TABLESPACE=(src1:dst1,src2:dst1,src3:dst1,src4:dst1) To change destination schema add […]

, , ,

Next posts