Show: Today's Messages :: Unanswered Messages :: Polls :: Message Navigator
207 Search Results Found
1 Forum: Text & interMedia «» Posted on: Tue, 15 August 2023 16:36 «» By: Barbara Boehmer
Re: How to determine last tiime Content was indexed
…got it working.  The auto_filter and the nopopulate are apparently incompatible with the directory_datastore.  If those are important and you need some sort of substitute or workaround let me know and I will see what i can figure out.   …
2 Forum: Text & interMedia «» Posted on: Tue, 15 August 2023 13:16 «» By: kjcook
Re: How to determine last tiime Content was indexed
…you!! Just for my understanding.  Why did I need to do that?   Here is my thinking. I dropped the table, and thus the index was dropped. I also dropped the preference:  KJC_TEST_INDEX_2_NETWORK_PREF and then recreated. I then …
3 Forum: Text & interMedia «» Posted on: Wed, 16 August 2023 17:12 «» By: kjcook
Re: How to determine last tiime Content was indexed
…am past the Cert error and it is indexing the content of the document.  However, it is still incomplete.  It is only created 203 tokens off of a 58 page document.  It is missing several words, and numbers.  It is incomplete.  That…
4 Forum: Text & interMedia «» Posted on: Tue, 15 August 2023 08:47 «» By: kjcook
Re: How to determine last tiime Content was indexed
…is the script that I ran.  I had to change a few things in order to get it to run. commit; DROP TABLE KJC_TEST_INDEX_2; CREATE TABLE KJC_TEST_INDEX_2       (assigned_id  VARCHAR2(11),   …
5 Forum: Text & interMedia «» Posted on: Tue, 15 August 2023 10:57 «» By: kjcook
Re: How to determine last tiime Content was indexed
…think I am getting closer.  Here is what I have so far, but it is failing.  I am getting a certificate error.  How do I resolve that?  See error message at bottom. commit; DROP TABLE KJC_TEST_INDEX_2; CREATE TABLE …
6 Forum: Text & interMedia «» Posted on: Tue, 15 August 2023 03:17 «» By: Barbara Boehmer
Re: How to determine last tiime Content was indexed
…is my test with network_datastore and timeout of 3600 seconds and no_proxy and 'http://www.example.com/index.html'.  The error on the dropping of the url_datastore is only because it had been previously dropped, so that can be ignored. C##…
7 Forum: Text & interMedia «» Posted on: Mon, 14 August 2023 15:24 «» By: Barbara Boehmer
Re: How to determine last tiime Content was indexed
…following is a simplified demonstration based on your previous post that shows how to check your index creation for errors and how to create a log of the details of the index process from running the index creation statement, then check that log.  I …
8 Forum: Text & interMedia «» Posted on: Mon, 14 August 2023 20:50 «» By: kjcook
Re: How to determine last tiime Content was indexed
…did not index the document.   Here is the script that I ran: DELETE FROM KJC_TEST_INDEX_1 WHERE assigned_id = 'MCP-135' / INSERT into KJC_TEST_INDEX_1 (assigned_id, text_content_url)  VALUES ('ABC-123', 'http://www.example.com/index.…
9 Forum: Text & interMedia «» Posted on: Mon, 14 August 2023 19:48 «» By: Barbara Boehmer
Re: How to determine last tiime Content was indexed
…I ran the script where you changed the names and removed parallel, I got the same results as you.  Hopefully, you left everything intact at that point.  Please run the script below.  I have posted the output that I got below that.  If …
10 Forum: Text & interMedia «» Posted on: Tue, 15 August 2023 12:58 «» By: Barbara Boehmer
Re: How to determine last tiime Content was indexed
…you change this: BEGIN   CTX_DDL.CREATE_PREFERENCE('KJC_TEST_INDEX_2_NETWORK_PREF','NETWORK_DATASTORE');   CTX_DDL.SET_ATTRIBUTE('KJC_TEST_INDEX_2_NETWORK_PREF','Timeout','3600');   ctx_ddl.set_attribute  &…
11 Forum: SQL & PL/SQL «» Posted on: Thu, 30 June 2022 04:36 «» By: thiyagarajancs
Re: SENDGRID | Curl
…Dears, I am facing an issue while configuring the email via sendgrid. Kindly help me to resolve the issue. ###########################################Sample Procedure…
12 Forum: Training & Certification «» Posted on: Thu, 03 January 2002 12:59 «» By: j.smith
Re: ocp exam
…is the deal. There are hundreds if not thousands of sites out there that allow you to download tests for differnet certification. Most of the test are similar. So the key to passing ORACLE tests is to go onto their website: www.oracle.com and take a look …
13 Forum: Text & interMedia «» Posted on: Tue, 15 August 2023 11:52 «» By: kjcook
Re: How to determine last tiime Content was indexed
…have modified the script to include this: BEGIN    CTX_DDL.CREATE_PREFERENCE('KJC_TEST_INDEX_2_NETWORK_PREF','NETWORK_DATASTORE');    CTX_DDL.SET_ATTRIBUTE('KJC_TEST_INDEX_2_NETWORK_PREF','Timeout','3600');    â€¦
14 Forum: Marketplace «» Posted on: Mon, 03 April 2023 00:05 «» By: Alexeyg
Meet dbForge Edge - Brand New Multidatabase Solution by Devart
…has released a new multidatabase solution in the dbForge product line - dbForge Edge. The solution includes four database IDEs that cover a wide range of tasks across multiple database management systems. Devart, one of the leading developers of …
15 Forum: Marketplace «» Posted on: Fri, 12 August 2022 06:48 «» By: namviet
Re: McTnsping: a tnsping-like program for Windows
…guys, Thanks for sharing this application. I reached to this topic when finding the way to validate my ODAC driver installation. I need that ODAC for PowerBi Desktop connection to Oracle. However after installation of ODAC, PowerBI still can´t connect …
16 Forum: Performance Tuning «» Posted on: Thu, 21 July 2022 10:52 «» By: Andrey_R
Re: Time metrics in V$SQL don't add up
…seem to be asking for the same thing here in 2010 https://community.oracle.com/tech/developers/discussion/1120738/the-meaning-of-elapsed-time-in-sql Yet I've seen no good answer. In one of them, some folks point out to this article https&#…
17 Forum: Marketplace «» Posted on: Thu, 18 February 2016 12:02 «» By: Michel Cadot
McTnsping: a tnsping-like program for Windows
… I have posted a tnsping-like program in our tnsping wiki page. This is a Windows stand-alone program which requires no Oracle client. It implements easy connect strings, tnsnames.ora or ldap resolution method. The help is the following one: C:\>…
18 Forum: SQL & PL/SQL «» Posted on: Sat, 02 September 2023 15:09 «» By: Barbara Boehmer
Re: Jaro-Winkler similarity for 9i
…is my test, removing the diacritical marks and multiplying your result by 100 and rounding it for comparison.  It seems to perfectly match Oracle, so if that was the goal then you succeeded, at least with this original dataset. C##SCOTT@XE_21.…
19 Forum: Backup & Recovery «» Posted on: Thu, 06 July 2023 09:41 «» By: Andrey_R
Re: RMAN restore - only DB backup ( no SF\CF\archivelog backup )
… Thanks John. I tried to do something similar, but wasn't sure it made sense, and also was hitting some errors, possibly doing other stuff wrong.. So trying now with some more awareness this time : C:\Users\Administrator>oradim -new -sid …
20 Forum: SQL & PL/SQL «» Posted on: Wed, 08 March 2023 11:10 «» By: Barbara Boehmer
Re: Different UTC time from SYSDATE on different databases
…am on Oracle 12c, so I cannot test this, but I see you are on 21c and 19c, where there is a TO_UTC_TIMESTAMP_TZ function that accepts a string representing a DATE with time, that you can get using TO_CHAR on v$session.logon_time and returns a timestamp …
21 Forum: Data Guard «» Posted on: Sat, 11 February 2023 11:31 «» By: Andrey_R
Re: RMAN-06820 on rman backup from standby with OS authentication
…you actually do the test, rather than merely speculating, it may become clear that the datafile backup is 100% useless without the redo required to make it consistent. That's a fair point. So I did: - Install Oracle 19c EE, no PDB, on Windows Server…
22 Forum: Forms «» Posted on: Thu, 06 October 2022 16:38 «» By: brayampettai
CLIENT_TEXT_IO.fopen wont work if Application is started using a
… I am trying to create a file in a directory in the local machine like c:\myfolder and write data to the file using the below. client_text_io.fopen client_text_io.put_line client_text_io.fclose when we access the application from a browser, …
23 Forum: Marketplace «» Posted on: Mon, 31 January 2005 00:55 «» By: Knight.S.R.
Re: Urgent Openings with CMM Level 5 Companies in Chennai
…S.R.Knight, 17/14, Thiruvalluvar Street, Karayanchavadi, Phone : 0091- 44 - 26272987 Poonamallee, Chennai - 600056, Mobile : 0091 - 9841682544 Tamilnadu, India. E- Mail : knight_sr…
24 Forum: Server Administration «» Posted on: Fri, 21 January 2005 21:12 «» By: Rahul Chaudhari
Re: tns-12514 & TNS-03505: Failed to resolve name
check ur network by tnsping TEST.oracle.aks.com if connecting then it will connect to database
25 Forum: Streams & AQ «» Posted on: Fri, 21 January 2005 04:54 «» By: Koen
ORA-00942 in apply process
…all, I've configured a streams test evironment using 2 9.2.0.6 database, according to the oramag article (http://www.oracle.com/technology/oramag/oracle/04-nov/o64streams.html). From various diagnostic queries I've run, I think both capture and …
26 Forum: Marketplace «» Posted on: Sat, 15 January 2005 17:57 «» By: Amol Joshi
Re: Urgent Openings with CMM Level 5 Companies in Chennai
…F2, Shivshakti Apartment, Seetaram Nagar, CivilHospital Road,Behind Kranti Clinic, Sangli 416416,Maharashtra (India) Phone : 9890670715 Email : amoljoshi_apj@yahoo.com…
27 Forum: SQL & PL/SQL «» Posted on: Tue, 04 January 2005 00:39 «» By: Laszlo Lokodi
PL/PDF project
…All, We are working on a commercial PL/SQL project, named PL/PDF, to generate PDF documents from Oracle PL/SQL language. We are looking for PL/SQL programmers to beta test this product. Testers would receive fully functional wrapped PL/SQL code with a …
28 Forum: Data Integration «» Posted on: Mon, 03 January 2005 20:12 «» By: sri
Re: Datawarehousing
…1. How do u change parameter when u move it from development to production. 2 How does the session recovery work 3. why use shortcuts(Instead of making copies)? 4. where is the reject loader 5. how do you use reject loader 6. do u have to change the reje…
29 Forum: RAC & Failsafe «» Posted on: Wed, 22 December 2004 04:58 «» By: Tom Schruefer
Re: oracle RAC on windows
…are instructions on Oracle's site concerning setting up a test RAC system. http://www.oracle.com/technology/pub/articles/hunter_rac.html I have seen variations of this, always using Linux, but I don't see why this would not work with Windows. The …
30 Forum: Marketplace «» Posted on: Mon, 20 December 2004 20:39 «» By: Monali Hiray
"Re: Urgent Openings with CMM Level 5 Companies in Chennai,"Resume(Testing)
…sir, I am Monali Hiray ,B.E.Computer(first class,64%).Here I am sending you my resume.I am interested in testing.I have knowledge of manual as well as automated testing.I have done the course of testing from SQTL(Software Quality Testing LTD,Pune).…
31 Forum: Marketplace «» Posted on: Mon, 20 December 2004 20:34 «» By: Monali Hiray
"Re: Urgent Openings with CMM Level 5 Companies in Chennai,"Resume(Testing)
…sir, respected sir, I am Monali Hiray ,B.E.Computer(first class,64%).Here I am sending you my resume.I am interested in testing.I have knowledge of manual as well as automated testing.I have done the course of testing from SQTL(Software Qualit…
32 Forum: SQL & PL/SQL «» Posted on: Thu, 16 December 2004 13:55 «» By: Edward Stoever
Re: Remove Quotes from Text Column
…this? CREATE TABLE TESTXX ( TESTXX_DESCRIPTION VARCHAR2(30 BYTE) ) TABLESPACE USERS; INSERT INTO TESTXX ( TESTXX_DESCRIPTION ) VALUES ( '"this is a test"'); INSERT INTO TESTXX ( TESTXX_DESCRIPTION ) VALUES ( 'this is not a test'); INSERT…
33 Forum: JDeveloper, Java & XML «» Posted on: Wed, 15 December 2004 01:43 «» By: Debasish Bhadra
Re: send Email using java through internet
…java.util.*; import javax.mail.*; import javax.mail.internet.*; import javax.activation.*; // Send a simple, single part, text/plain e-mail public class TestEmail { public static void main(String[[]] args) { // SUBSTITUTE YOUR EMAIL …
34 Forum: Server Utilities «» Posted on: Tue, 14 December 2004 06:07 «» By: Liz Todak-Norem
Re: SQL*Loader-704: Internal error: ulconnect: OCIServerAttach [0]
…am getting the following error. ORA-12545: Connect failed because target host or object does not exist SQL*Loader-704: Internal error: ulconnect: OCIServerAttach Ý-1¨ Here is my JCL: //TNSNAMES DD * IFMSUSR…
35 Forum: Backup & Recovery «» Posted on: Fri, 10 December 2004 04:36 «» By: croK
Re: RMAN
I have developed a graphical tool for reporting backups done with RMAN and i'm looking for people to test this tool. Let me know if you are interested and will let you know how to proceed. Thank you. croca@ciudad.com.ar
36 Forum: Marketplace «» Posted on: Mon, 06 December 2004 18:03 «» By: Devna Mohan
Re: Urgent Openings with CMM Level 5 Companies in Chennai
…Sir, I would like to apply for the position of Trainee Engineer .I am undergoing Project Training at CMC Ltd, New Delhi. I am enclosing my CV that outlines the Projects undertaken till date and key skill areas. Kindly consider my application for t…
37 Forum: General «» Posted on: Fri, 03 December 2004 13:12 «» By: Clarence Reece
CAD needs Oracle's HELP !
…<B style="mso-bidi-font-weight: normal">  Dear[/b] <B style="mso-bidi-font-weight: normal">Oracle, [/b]     We need your HELP!!!  … Please read this LA Times article below:   <st1:State><st1:place>Californ…
38 Forum: SQL & PL/SQL «» Posted on: Thu, 18 November 2004 07:05 «» By: William Robertson
Re: Fine tuning a delete statement
…(Not sure what happened to my post above - looks fine in preview and on the test forum, so trying again...) Yes, that should do it. The problem with the earlier query arose if table B was (extreme example) empty. Leonard's original query, DELETE FROM a …
39 Forum: SQL & PL/SQL «» Posted on: Sat, 13 November 2004 07:42 «» By: Edward Stoever
Re: Drop Column Strategy For 8i
…is situations like these that a test box was made for. Dropping a column on a table that huge could be disasterous, or it could be simple. I would certainly prefer to test it out before I try it on a production database. Edward Stoever -- www.database-…
40 Forum: RAC & Failsafe «» Posted on: Mon, 08 November 2004 05:53 «» By: Bill Potter
9i RAC problems: Large node count and adding nodes
…I'm working with a team trying (this week) to configure and performance test large 9i RAC configurations on Windows 2003 using 9.2.0.4. We are running in to trouble in two areas 1) Configuring more than 8 nodes in the initial installation; 2) Adding …
Pages (6): [1  2  3  4  5  6    »]

Current Time: Mon Sep 29 02:11:05 CDT 2025