I have a dbase file whose data I want to put in oracle database under linux.
I have configured PHP for dbase supoort.
i.e. --with-dbase
Then I created a php file where
i tried to open dbase file and get records and then put those records in the oracle database.
This is not working. It is giving me the following error :
Fatal error: Call to unsupported or undefined function dbase_open() in /www/htdocs/MAILMERGE/dbase.php3 on line 5
Why is this happening?
Do we have any simpler/faster way to import dbase files to oracle database?