Sign in or 

| Started By | Thread Subject | Replies | Last Post | ||||
|---|---|---|---|---|---|---|---|
| naineshsuthar | start isql plus | 0 | Today, 12:21 AM EST by naineshsuthar | ||||
|
Thread started: Today, 12:21 AM EST
Watch
hi guruji
i start isqlplus in oralce 10g on unix |
|||||||
| Pratik@JDA | Want to Be an OCA Certified (page: 1 2 3 4) | 79 | Friday, 12:28 PM EST by ramm13 | ||||
|
Thread started: Jun 23 2009, 3:21 AM EDT
Watch
Can Oracle giants help me in with well organised and appropriate study materials for OCA and OCP.
I want to do in the Database Side for Oracle 10g. Bur m new to Oracke and as well as novice in sql
Show Last Reply
|
|||||||
| anjelinachowdhury | Can i send a meeting request in MSN Outlook from Oracle | 0 | Oct 30 2009, 5:44 AM EDT by anjelinachowdhury | ||||
|
Thread started: Oct 30 2009, 5:44 AM EDT
Watch
Can i send ameeting request in MSN Outlook from Oracle. Please if anyone know it give me some clues. It's very urgent.
|
|||||||
| JamesKW | Why Doesn't the ODP.NET provide built in paging that is easier to use? | 0 | Oct 29 2009, 8:17 PM EDT by JamesKW | ||||
|
Thread started: Oct 29 2009, 8:17 PM EDT
Watch
I realize you can use the RowSize and FetchSize to accomplish this but why not provide a nice way of doing this like the code sample below? Besides, you have to make a round trip to get the RowSize before you are able to do this. I also know you can use SQL with rownum to do this as well, but that isn't really part of ODP.NET.
SqlDataReader sqlDataReader = sqlCommand.ExecutePageReader(CommandBehavior.CloseConnection, 1, 25); Many thanks, --James |
|||||||
| project_maker | weblogic10 how to auto reload .xml ? | 0 | Oct 26 2009, 8:55 AM EDT by project_maker | ||||
|
Thread started: Oct 26 2009, 8:55 AM EDT
Watch
weblogic10 how to auto reload .xml ?
please mail to project_maker@126.com thanks |
|||||||
| monojit00 | Database link/how to fetch data | 1 | Oct 23 2009, 2:12 PM EDT by naveenhks | ||||
|
Thread started: Oct 22 2009, 4:36 PM EDT
Watch
i have created a database link, i am able to fetch data by giving the following query..
select a,b,c from Schema.Table@DB_LinkName (i have 4 columns namely a,b,c,d where a,b,c are of varchar2 type and column d is of CLOB type) But i am not able to fetch columns which is CLOB type ie column "d". following query results an error as b is of CLOB type. select a,b,c,d from Schema.Table@DB_LinkName Can anyone please help me to sort this out..!!!
out of
found this valuable.
Do you find this valuable?
Keyword tags:
@
CLOB
database link
db_link
dblink
fetch data
LOB
remote server
select statement
Show Last Reply
|
|||||||
| shanmugarajanbu | decode statement | 6 | Oct 23 2009, 12:24 PM EDT by m.noaman | ||||
|
Thread started: Oct 10 2009, 11:04 PM EDT
Watch
hi, any one plz help.
if emp name as raj, shan, dos then dept no should come as 10 and shan, arun, antony then dept no as 20. how to check this condition using the decode statement. i have written like below one but its not working. DECODE (empname, 'raj', 10, 'shan', 10, 'dos', 10, 'shan', 20, 'arun', 20, 'antony', 20 ) .
Show Last Reply
|
|||||||
| arifrezayat | windows server 2003 safe mode oracle recovery | 1 | Oct 21 2009, 8:20 AM EDT by dbametrix | ||||
|
Thread started: Oct 20 2009, 11:32 AM EDT
Watch
Hi, Any one who can help me, now my windows 2003 server started safe mode only, due to virus my server not starting normal.
Now I want take data backup from oracle 9i ex. office.dmp in windows 2003 server safe mode, i cannot run imp/exp, command not working.? So How can i take backup ex: office.dmp file in this situation. So that i can re-format my server and restore my data. I cannot start any oracle services in safe mode windows 2003. But the data residing in server, oracle 9i db not damaged. The only damaged windows 2003 server os. Is there any way to recover my data?
Show Last Reply
|
|||||||
| dbametrix | format windows | 0 | Oct 21 2009, 8:19 AM EDT by dbametrix | ||||
|
Thread started: Oct 21 2009, 8:19 AM EDT
Watch
Hi,
Then you should need to take cold backup of your database in this situation. Take cold backup of database. Perform following steps. 1. Take cold backup of database in present situation. 2. Format drives 3. Re install Windows and Oracle software both. 4. Create service with same name of your database using oradim and init.ora 5. Restore backup and start service with database. I think this would be helpful to you. Thanks and regards, Gitesh Trivedi http://www.dbametrix.com |
|||||||
| prasadvarma | oracle | 1 | Oct 15 2009, 4:51 AM EDT by joel.garner | ||||
|
Thread started: Oct 15 2009, 1:30 AM EDT
Watch
I want information regarding OCA and stuff for preparation.
Show Last Reply
|
|||||||
| erick_gonzalez | developer 10g on internet explorer 8 | 0 | Oct 14 2009, 3:59 PM EDT by erick_gonzalez | ||||
|
Thread started: Oct 14 2009, 3:59 PM EDT
Watch
hi, i can´t run forms on internet explorer 8, always crash. I have oracle XE, window vista business edition, jre 1.6..16, jinitiator 1.3.16
Regards |
|||||||
| dayana82 | Upgrade Oracle from 10.2.0.2 To 10.2.0.4 | 2 | Oct 14 2009, 11:05 AM EDT by normanjd | ||||
|
Thread started: Oct 9 2009, 4:27 AM EDT
Watch
2. Download Patch set I am quite new in using Oracle. I need to perform an Upgrade of Oracle from 10.2.0.2 To 10.2.0.4 (for windows server 2003 32 bits) My problem is by triyng to Download 6810189 patch set from the ORacle site. The patch set is relative big, 1GB, and when dowloading with Internet Explorer I become a message ( when 500 MB has been already downloaded) that a Virus has been found and the download closes suddendy. Did anybody download this patch set sucessfully. Could be the internet explorer? Thanks for your help.
Show Last Reply
|
|||||||
| adeejafy | Book search | 0 | Oct 12 2009, 12:28 PM EDT by adeejafy | ||||
|
Thread started: Oct 12 2009, 12:28 PM EDT
Watch
Iam looking for a comprehensive book for linux +Oracle 11g.
|
|||||||
| eflees | OAS vs Weblogic comparison | 0 | Oct 9 2009, 4:31 PM EDT by eflees | ||||
|
Thread started: Oct 9 2009, 4:31 PM EDT
Watch
I am relatively new to Oracle so please help me out.
I am being asked by my management to write up a comparison between OAS and Weblogic. They want to know why we should migrate our Agile system from OAS to Weblogic when we do our 9.3 upgrade. I can find all sorts of information on both systems, but I am looking for something that will compare benefits and cost not just what features each has. Can any one point me in the right direction? Thanks Erik |
|||||||
| sunsys | Hyperion DRM Migration | 0 | Oct 7 2009, 10:19 AM EDT by sunsys | ||||
|
Thread started: Oct 7 2009, 10:19 AM EDT
Watch
Hi All,
Could anyone help in providing the steps for Hyperion Data Relationship Management(DRMv 9.3.2) Migration ? Thanks in advance for all your help. |
|||||||
| makhdoomzia | 9i OCA upgrade to 11g | 2 | Oct 7 2009, 7:25 AM EDT by makhdoomzia | ||||
|
Thread started: Sep 24 2009, 3:33 AM EDT
Watch
I am 9i OCA and want to get OCP certification in 11g, what I do for that ? thanks in advance for guidelines and providing any material in this regards.
1
out of
1 found this valuable.
Do you find this valuable?
Do you?
Keyword tags:
ORACLE
Show Last Reply
|
|||||||
| skmoinuddin | login problem / connect | 0 | Oct 6 2009, 7:42 AM EDT by skmoinuddin | ||||
|
Thread started: Oct 6 2009, 7:42 AM EDT
Watch
I have 8i oracle but I can not login when it requires user name and password, I insert scott/tiger but it is not accepted, can any one help me in this regard please here or on my mail address which is khawaja.56@hotmai.com.
|
|||||||
| javedpalekar | OCM | 0 | Oct 6 2009, 2:23 AM EDT by javedpalekar | ||||
|
Thread started: Oct 6 2009, 2:23 AM EDT
Watch
I M Oracle 10g OCP, Can any1 help me in getting details about OCM.
|
|||||||
| cyrilsebastian | Ways and advantages of Oracle certification | 1 | Oct 5 2009, 3:32 PM EDT by dbametrix | ||||
|
Thread started: Oct 5 2009, 8:25 AM EDT
Watch
Hi guys
have a look on this video http://www.youtube.com/OracleCertification
Show Last Reply
|
|||||||
| mesastou | Wondering if 11.1.1.3 EPM is compatible with windows server 2008 | 0 | Sep 30 2009, 8:42 AM EDT by mesastou | ||||
|
Thread started: Sep 30 2009, 8:42 AM EDT
Watch
I am planning a installation of system 11 - we currently have system 9.3. I can't help wondering if Microsoft Windows Server 2008 and microsoft sql 2008 are supported. There is NO mention to both of them in the official documentation: http://www.oracle.com/technology/products/bi/hyperion-supported-platforms.html
out of
found this valuable.
Do you find this valuable?
Keyword tags:
EPM 11 windows server 2008
|
|||||||
