-
Can someone help me figuring out the how to properly startup oracle report server? AdminServer, OHS, WLS_FORMS and WLS_REPORTS are up and running. When I try to startup oracle reports server using ......
-
I wanted to persist audit changes to oracle db. The micro-service is a spring boot application with hibernate. I found many dependencies in this link mvn repository link for javersWhich dependency ......
-
I know that the redo log entries are created when there is insert/update/delete/create/drop/alter occurs. What information gets stored in redo log ? In case of instance failure, redo log file is used ......
-
I am using devart dotConnect for Oracle with Oracle 12c database. My application has an OracleDependency object instanced to read notifications when I got a table changed.It is working fine for ......
-
I can't seem to find any sensible/reliable way of performing case-insensitive string comparison when using DevArt EF Core with Oracle when NULLs are involvedAssume there's a table with column "Name" ......
-
I have a package that awaits a response from a service. It is processing addresses for a user, of which there could be between one and three for a given order. I am needing to perform some logic ......
-
I'm trying to integrate Oracle Siebel with Kafka. What is the best way to send data from Oracle Siebel to Kafka?Meanwhile I use an open-source Kafka (not confluent or cloudera).Thank you in ......
-
I am trying to create a Siebel enterprise profile in Siebel Management Console. But after entering all necessary info to do so, I receive a message "failed to submit". In the logs, I have this: "null ......
-
I login to Siebel Retail - ENU crm server using exe and then it opens up URL http://host:8080/start.swe in internet explorer . but when i try to open same url (http://host:8080/start.swe) on ......
-
I am hunting down failed Oracle logins - ORA-01017 invalid username/password errors - and i cannot find them in the alert_SID.log file. I do see other ORA-* errors. Are ORA-01017 errors not logged ......
-
I am situation where I have to check and confirm whether SSAS partitions queries are running parallel or not while processing the SSAS cube using SSIS job. SSIS job/package using 'Analysis Services ......
-
I've created a similar scenario to the example detailed on the Oracle site here:https://docs.oracle.com/database/121/SPATL/simple-example-inserting-indexing-and-querying-spatial-data.htm#SPATL486......
-
I am trying to make Rebus work on Oracle DB but I keep getting errors.I have the following configuration in my Startup:In the ConfigureServices services.AutoRegisterHandlersFromAssemblyOf<......
-
I am trying to export some data from a connection say UAT to DEV. Once I export my data into a new table, would do a MINUS to get the missing or incorrect data. I don't have the option of creating a ......
-
For Oracle DB and HP-UX :I have a variable name SQL file like: my_sql_file_${TIMESTAMP}.sqlI assign this file to a variable: MYSQLFILE="my_sql_file_${TIMESTAMP}.sql"So, I am trying to execute ......