is there any command string in unix which will provide access to oracle database. i dont want to use sqlplus command.
thanks for help...
is there any command string in unix which will provide access to oracle database. i dont want to use sqlplus command.
thanks for help...
SQLPlus has its own commands as well as being able to issue SQL and run PROCs. If Java is your thing, try SQL Developer here from Oracle - a great full-featured tool. You can also look here for open source clients - I can personally recommend SQuirreL SQL and SQL Workbench isn't bad (I've only really looked at it, YMMV).
You might also look at this question. Maybe an example of what you're trying to do might help?
HTH, Paul...