There are Two pl/sql Libraries Lib1,Lib2 are attached to a
form and these two libraries contains functions with same
name fun1 (i,e lib1 have a function fun1 and lib2 also
have a function fun1).how to call these functios from forms?
Explain Capacity planning to create a database? and how to
monitor it?
84
What is the Tune Query
111
i am having a report Jan to Dec are the columns if the
present month is Mar only Mar to Dec columns should appear
in report output
84
What is log shipping? Can we do logshipping with SQL Server
7.0 - Logshipping is a new feature of SQL Server 2000. We
should have two SQL Server - Enterprise Editions. From
Enterprise Manager we can configure the logshipping. In
logshipping the transactional log file from one server is
automatically updated into the backup database on the other
server. If one server fails, the other server will have the
same db and we can use this as the DR (disaster recovery) plan.
254
how to get the values if source table & target table having
duplicate values that matches the lookup condition ?(i want
all duplicate match)
114
what is the full procedure for using store procedure in
informatica7.1?
119
how will the report recognize the parameter
119
Which dictionary view(s) would you first look at to
understand or get a high-level idea of a given Advanced
Replication environment?
1
what is the difference between dbcc checkstorage and other
dbcc commands
60
How would you configure your networking files to connect to
a database by the name of DSS which resides in domain
icallinc.com?
12
my problem is tempdb
tempdb(dbname) 77752.95 MB(db size) 25345.03 MB
(unallocated size)
suppose i increased temp db size 10 gb . after increase the
temp db showing
87 gb (dbsize) 25346.03MB(unallocated
size)--unallocated size is showing same .please clarify.
What spfile/init.ora file parameter exists to force the CBO
to make the execution path of a given statement use an
index, even if the index scan may appear to be calculated as
more costly?
2
If i can use sys.check_constraints to display my constraints
from my database using sql server 2005, how can i display
then if i am using sql server 2000????
230
how to clone 9i Database on to 10g Database.
211
1. How to test Database? Please, give me all details for
"SQL,Msaccess, Mysql Database?
2.For which functionalities database used?
3.How to convert Guest to Admin by Mysql database?
145
Give the stages of instance startup to a usable state where
normal users may access it.