Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288) Is it possible we can connect our SQL database to GUI application? If it is yes than how tell me the explanation
2 5087Q. How to set ORACLE_HOME to my oracle software directory.
Hi Friend I am installing oracle 10g Express Edition on
Linux Fedora Core 6. Installation is success but when i run
#sqlplus I getting command not found error. Then I have
search sqlplus .i.e # find / -name sqlplus
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/sqlplus
These above output from find i have doubt which is correct
path of sqlplus. So doubtfully i have set path 1st one.i.e #
PATH=$PATH:/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin
Then I have run #sqlplus but still i have problem following
Error 6 initializing SQL*Plus
Message file sp1
how to use regular expression in pattern match conditions? : Sql dba
Is primary key clustered index?
Does group by remove duplicates?
What is subquery? Explain the properties of a subquery?
what is bcp? When does it used? : Sql dba
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
How can we solve concurrency problems?
what ASIS BUSINESS PROCESS IN ORACLE FINANCE
What is the difference between upgrade and migration in sql server?
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
What is the difference between case version and decode version?
What are the kinds of subquery?
Can we shrink data file in sql server?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration