ORA-27473: argument 1 does not exist
JacMaOct 25 2012 — edited Feb 6 2013Hello
I've been trying to create a file_watcher to check for files arriving at the filesystem. But keep getting the error "ORA-27473: argument 1 does not exist ". I've searched forums but can't find an answer to get me on track.
Does anyone know why I get this error?
The examples I've been following are those provided by oracle and some from the web. All very simple and run, but mine does not.
The system I'm using is a Oracle prebuilt VM 'Database App Development VM', where the OS is Oracle Linux 5 and Oracle Database 11.2 EE.
An example is this: http://awads.net/wp/2011/03/29/did-you-know-about-file-watchers/
/JacMa