Oracle (3259)
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) how can db_files > maxdatafiles since db_files is for instance and the later is for database
CTS,
2640Please help me how to write a Query to change the primary key constraint from 1 attribute to another attribute in a table
3 6580if i perform any operation on views such as insert, delete etc will my base table get affected?????
4 10847in reports 1og.if we enter a query in list of values then parameter form displays a dropdown.in that if any ething is selected then that will display in the report.supp if i am not selected any value then it should display all the values.how it is possible?can any one help me........
1 4319HI in report builder am creating paramters.for that i have taken emp table from scott user . in deptnum am displaying distinct deptno.if i select dept 10 ,empnum drop down should display empno's of deptno 10. .if i select dept 20 ,empnum drop down should display empno's of deptno 20.for this wat i have to do.
2 5086in 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
2148Hi , any one can help me on the same,this is regarding the Informatica Function doc,i want to know how developer is will develop the mapping. pl forwar the any function doc .just for my references. svlc75@yahoo.co.in
2038
What is the purpose of the grep command?
Can we join more than 2 tables in sql?
How do access relationships work?
Mention what is the use of function "module procedure" in pl/sql?
What is string data type in sql?
Name and describe few console utilities for ssrs?
What are types of exception?
What is regexp?
what are different types of backups available in sql server? : Sql server database administration
explain the difference between myisam static and myisam dynamic. : Sql dba
There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
What is the function of having virtual internet protocol address (vip) in oracle rac?
How to execute the cursor queries with "open" statements?
What are the key characteristics of rac or why to use rac?
What's the difference between a primary key and a clustered index?