Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: beksalur
  • Content: Threads
  • Order by date
  1. beksalur

    how to skip unreachable remote db from pl/sql for loop?

    hi, I am accesssing different 16 nodes(dbs) from a central database to count same tables. But sometimes networks goes down at a radomly site. In that case checking if network is down how can i continue in code to next node without drop into runtime exception? Thanks in advance. Serdar Can
  2. beksalur

    dbms_lob.compare giving ora-06502 during long raw type column compare

    hi, i write a procedure which check if the table long raw columns is same for two schemas' same tables with dmbs_lob.compare function.But at row 1771 i am getting ora-06502 :PL/SQL numeric or value error string error. i wonder why it occurs? Regards.
  3. beksalur

    oc4j clustering,memory usage restrictions at 32 bit opmn

    hi, is it true that due to 32 bit restrictions of opmn in 9.0.4,i cant use memory larger than 1596 MB. how can i make OC4J instance use more than 1 CPU. I must do OC4J clustering for this,or use more islands per OC4J? thanks in advance.
  4. beksalur

    i seek a simple reporting tool. what it can be?

    hi , i am seeking a simle reporting tool which will convert column values to simle line graphics as Excel do. what it can be? thanks in advance.
  5. beksalur

    how can i calculate jms pool,rmi connection thread pool,deamon thread

    hi all, i want to learn how can i calculate jms pool,rmi connection thread pool,deamon thread pool,statement cache and connection pool sizes optimially?what are the the priorities between each one? We have an application on a OC4J and have 400 connection concurrently. is there a document...
  6. beksalur

    why i can not see the index usage in v$object_usage?

    hi all, despite i have open the monitoring and then nomonitoring of all indexes in my schema and have seen the index using from explain plan table, i can not see this info from v$object_usage. is there anything else which i must do to see this info? another question is; if i update a row in a...
  7. beksalur

    is there third party tools to manage and monitor Oracle9i AS instance

    hi, is there good third party tools to manage and monitor Oracle9i AS OC4J instances other than web based Oracle Enterprise Manager. Because OEM dosent give us detailed client session info in terms of cpu,memory usage we need a tool to assists us in those internals. Thanks in advance.
  8. beksalur

    comparing the same table from diffrent schemas

    hi all, I am new in PL/SQL and need code assistance for the following issue. i have two same database on different locations.I want to compare the same table from these database schemas.I plan to use dblink to connect to databases and use MINUS for differences with the following format. select *...
  9. beksalur

    how to open database without undo tablespace?

    Hi, I am using Oracle 9.2.0.1 on solaris platform. Because of my undo datafile corrupted i want to open my db without undo tablespace and then to create a new undo tablespace. (Note:Currently I have no backup.) Regards.
  10. beksalur

    how can i apply DDL scripts to the distributed databases?

    hi, i want to apply the DDL statements in a script file to the schemas in distributed databases. i have 16 database and each of them have 4-5 schemas ,total of 110 schema needs to be in syncronous with a master schema. how can i apply the changes(a script file which contains DML statements from...
  11. beksalur

    how can i use exp(export) utility from OS authentication?

    i am using unix shell script for exporting and importing oracle table data. currently i ma using explicit username/password pair to connect oracle engine from export and import utilities. After deciding hardening to our servers i want to connect oracle engine from exp and imp with OS...
  12. beksalur

    how can i do a disaster recovery with rman on Windows 2000?

    hi, i have only a tape,in it full database datafiles,archive logs,spfile and controlfile.I take this backup from NodeA,and now i want to make the same database on NodeA from this backup on NodeB.how can i do that? Note:on NodeB only Oracle Software is installed.There is no any database there...
  13. beksalur

    how can i convert decimal values to its binary form in pl/sql?

    how can i convert decimal values to its binary form in pl/sql?i used select to_bin(5) binary from dual; but it say no sucah a to_bin function. Exp: Decimal Binary -------- ------- 5 0101 Thanks in advance. Serdar Can
  14. beksalur

    how can i backup and restore XML DB in Oracle9i

    hi how can i backup and restore XML DB in Oracle9i? Regards. Serdar CAN.
  15. beksalur

    can i clone our production instances to new machines

    OS:Redhat AS 2.1 Hardware: Dell Server Intel CPU at present we have one host on it there are two installations(BI and Infra Installations). our primary application runs on forms and report service(fmx and rdf files). we want to move present structure to new machines.must i do a fresh install...
  16. beksalur

    can i clone our production instances to new machines

    At present we have one host, on it there are two installations(BI and Infra Installations). our primary application runs on forms and report service(fmx and rdf files). we want to move present structure to new machines.must i do a fresh install for it or can we clone the present machine to new...
  17. beksalur

    i can not get postgresql from ftp address

    i have tried to download postgresql-7.2.1 tar file from ftp://ftp.postgresql.org/pub/postgresql-7.2.1.tar.gz the address but i could not log into server.it asks me a login for username and password and i try anonymous/anonymous user/password but it is not accepted. is there any REAL public...
  18. beksalur

    adding two string time values

    i have two string columns in my oracle db such as 12:30 and 00:10.but i want to add these two as time addition(12:15+00:40=12:55) .is there any time function in php to do this. Regards, Serdar CAN
  19. beksalur

    managing all AS instances in intranet

    can i create a cluster from two BI&Forms install type AS which on two different hosts on a Infra type AS Instance again on another host? how can i see the total 3 instances from oem web site?should i use the oem web site running on infra host for managing all AS instances? regards. Serdar Can
  20. beksalur

    connection pooling is going down

    i am using connection pooling when clients get jsp files from infra db via 9iAS . but in 3-4 days these connection in pool disappear so i have to redeploy jsp scripts again .when i dont use connection pooling there is not problem but this time 9iAS has to connect infra db whenever a client...

Part and Inventory Search

Back
Top