New answers tagged sqlplus
0 votes
How to override >2499 character error in Oracle DB?
in SQL prompt Just -set define off; then run the sql query
0 votes
How to know whether the created view is valid or not
Oracle makes it super easy as it includes a STATUS column to indicate if database objects in your schema (including views) are valid or not: SELECT OBJECT_NAME, OBJECT_TYPE, STATUS FROM USER_OBJECTS ...
Top 50 recent answers are included
Related Tags
sqlplus × 3474oracle-database × 2562
sql × 1092
plsql × 427
oracle11g × 319
shell × 237
database × 176
oracle-sqldeveloper × 174
bash × 156
unix × 133
oracle10g × 109
linux × 108
batch-file × 103
spool × 100
oracle12c × 63
java × 45
windows × 43
stored-procedures × 43
ksh × 43
triggers × 40
csv × 38
powershell × 35
python × 32
mysql × 30
select × 29