Category "sqlplus"

cannot connect to newly installed Oracle 19c single instance DB

I just installed a new Oracle 19c single instance database and I cannot connect to it, and I'm not sure how to debug the problem. I defined the SID to be "globa

HOST command prefixes quotes with backslash

I have a SQL Plus script, with a code containing: host if not exist &&mksubdir (mkdir &&mksubdir) where &&mksubdir is a string in double

Default username and password for SQL*Plus in Ubuntu 14.04?

I followed the instructions mentioned to install SQL*Plus from Oracle Instant Client and How to Install SQLPlus. SQL*Plus is successfully installed on my syste

Group function is not allowed here

When I run the following query, I get ORA-00934: group function is not allowed here what is the problem ? select c.Numcom,c.Nompr,c.salaire_fix from com

How to prettify the output coming from the SELECT query in command prompt?

I ran the simple select query in the command prompt,but the output rows are not coming in a single line. See below: SQL> set pagesize 2000 SQL> select *

Semicolon and Single Quote Issue in SQL Insert Statements

I am executing a SQL script which has spaces, semicolons, single-quotes, special characters etc. in of the column called prod_desc. I need to execute the script