create directory logfile as 'C:\log_file'; -- must have priv to do thisdeclare SFile utl_file.file_type;begin SFile := utl_file.fopen(logfile ,'sunil','w'); -- w is write. This returns...
Breaking News
Editors Picks
Tuesday, December 13, 2011
write log file from procedure in oracle
// first you will create the CREATE DIRECTORY f
create directory logfile as 'C:\LOG_DIR';
create or replace
PROCEDURE prcBreakDataCircleWise(tableName in varchar2) is
circlecode varchar2(20);
tbl_exist...
Labels:
Oracle
like with regular expressions in oracle
select sum(TERT_COUNT) from gj_chl_tert_sales where REGEXP_LIKE(TERT_COUNT, '[[:digit:]]');select sum(TERT_COUNT) from gj_chl_tert_sales where REGEXP_LIKE(TERT_COUNT, '[^0-9]');select...
Labels:
Oracle
Subscribe to:
Posts
(
Atom
)
Topics
.NET Error
AJAX and Java Script
ASP.NET
Asp.net Interview Question And Answer
aspx page to pdf
C#
C# Interview Question And Answer
C#.Oracle
CSS
Data List
Dynamic Controls
Excel
Google Map Api
Grid View
HINDI
IIS
Microsoft Certifications
MS Chart
my sql
OOPS
Oracle
Security
Send Email
Send SMS
SQL SERVER
State management
Webconfig
Windows
Windows Services
WPF
XML