HI,
Need to execute pl/sql procedures in Splunk DB Connect ?? Is there any work-around for doing this?
 
					
				
		
A pl/sql function call can be embedded in a query like this:
Select my_function1() from dual;
The function can be designed to return almost anything.
Oracle PL/SQL
 
		
		
		
		
		
	
			
		
		
			
					
		What specific database would you like to use stored procedures on? Unfortunately, most RDB have different stored procedure implementations which makes the feature more difficult to provide.
 
					
				
		
 
		
		
		
		
		
	
			
		
		
			
					
		Have you looked at using JDBC escapes as a way of doing this? I don't know if Splunk supports these or not, but this seems to be a standard way of accomplishing this.
Thanks for ur reply..even this didnt work .. 😞
