Oracle Tutorial, We have covered all Oracle articles which includes Oracle Database, Application, Framework, Oracle HRM, ADF Training and Financial Training. Further more we have queries and scripts for Oracle EBS Modules.
Showing posts with label Windows OS. Show all posts
Showing posts with label Windows OS. Show all posts
Monday, 10 February 2020
Create ZIp file backup with CMD
zip -r Backup_%Date:~-7,2%_%date:~4,2%_%date:~-4%_%time:~0,2%_%Time:~3,2% D:\SRL-Common\Development
create file with timestamp Using CMD
mkdir Backup_%Date:~-7,2%_%date:~4,2%_%date:~-4%_%time:~0,2%_%Time:~3,2%
Result: Backup_11_02_2020_11_08
Result: Backup_11_02_2020_11_08
System Date & Time in Windos OS Command
echo %date%
Tue 02/11/2020
echo %time%
10:39:09.74
echo %date% %time%
Tue 02/11/2020 10:39:09.74
Tue 02/11/2020
echo %time%
10:39:09.74
echo %date% %time%
Tue 02/11/2020 10:39:09.74
Subscribe to:
Posts (Atom)
OADBTransactionImpl in Oracle Application Framework (OAF)
OADBTransactionImpl is a class in Oracle Application Framework (OAF), which is a framework for building Oracle E-Business Suite applications...
-
Create Type Loop_Type is table of Varchar2(400) Create or Replace Function Find_Loop_F (P_End_loop in NUmber Default 10) Return Loop_Typ...
-
FND_PROFILE values: fnd_profile.value('PROFILEOPTION'); fnd_profile.value'MFG_ORGANIZATION_ID'); fnd_profile.value(...
-
//import oracle.cabo.ui.validate.Formatter; important Class for Formatting // Set Number fields Format public void se...