Questions tagged [odp]

ODP, OpenDocument Presentation, is an extension of presentation files in Open Document Format for Office Applications (ODF).

ODP, OpenDocument Presentation, is an extension of presentation files in Open Document Format for Office Applications (ODF).

https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office

21 questions
8
votes
3 answers

First query with ODP.NET is always slow

Note: I considered posting this on DBA Exchange first, but considering this a .NET client issue, I thought it was best to ask here first. I have two functions that are stored in my Oracle 11g development server, which are called using ODP.NET (using…
romatthe
  • 1,447
  • 3
  • 17
  • 33
4
votes
3 answers

PhpPowerpoint set slide width and height (slide dimensions)

I want to know if there is a way to create a ppt file with pre defined width and height rather than default one.
KA.
  • 4,220
  • 5
  • 26
  • 37
3
votes
2 answers

Open .odp, .odt, .ods files using WebView

I'm using an UIWebView for viewing .pdf, .txt, .xls, .ppt files. I used webView loadRequest method for viewing these files and its working fine. I need to view files such as .odp, .odt, .ods etc, but its showing only blank page in UIWebView. Is…
Vishnu Kumar. S
  • 1,797
  • 1
  • 15
  • 35
2
votes
1 answer

How to pass BOOLEAN to Oracle 12c procedure?

How to pass BOOLEAN to Oracle procedure in 12c? I heard that it wasn't possible prior to 12c, but I still can't do it in 12c. // https://docs.oracle.com/cd/A91202_01/901_doc/appdev.901/a89852/d_metad8.htm // PROCEDURE set_transform_param ( // …
Ray Cheng
  • 12,230
  • 14
  • 74
  • 137
1
vote
1 answer

How to repeat a delta using SAP_CDC connector from Azure Data Factory

We've just started with ADF and are using the SAP_CDC connector to connect to generic data sources in ODP. This all works but one time the update in Azure failed yet the ODP request was flagged as confirmed. Our only option seemed to be to…
Greg
  • 41
  • 3
1
vote
1 answer

Oracle.ManagedDataAccess.Client.OracleException (0x80004005): Connection request timed out

I have been struggling with this for a several days. The code runs and connects to the database successfully on my development machine, but when I deploy it to the server, I get this error. I am using Oracle.ManagedDataAccess. This is what I have…
1
vote
0 answers

odp net conex Fails error c# visual studio 2017 oracle 11

I was facing this issue. Hope someone could help me. The database has the following: SELECT * FROM V$VERSION BANNER Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production PL/SQL Release 11.2.0.4.0 - Production CORE…
1
vote
0 answers

Configuration of Oracle Network Encryption with C# (ODP.Net) is ignored

I want to connect to an Oracle DB using ODP.Net and C# and using an encrypted connection. The target DB at the moment is set up to accept both, encrypted and unencrypted Connections. Unfortunately even if configured to accept only encrypted…
wurzlsepp
  • 21
  • 1
  • 3
1
vote
2 answers

setting up SourceTree for multiple related Lotus Notes databases under single Project ODP

I have multiple Notes Templates, all related to a single application/project. QUESTION: Instead of creating a single ODP project folder for each of the multiple databases that make up a single application, I'd like to create a single ODP Project…
1
vote
1 answer

Is there any Open Office or Libre Office SDK for .NET?

I need to extract text from presentation files (.odp) that were created in Libre Office Impress. I thought this would be super easy (I already implemented this function for .ppt and .pptx files). But I can't find any sample code out there that…
Arpi
  • 244
  • 3
  • 10
0
votes
3 answers

How to extract only URLs from Dmoz ODP file (in RDF)

I need only the URL's from the dmoz/ODP file. But the file is in RDF. How do I get only the url's from the odp file? I want to extract all the url's in a text file. Anyone knows of any script to parse only urls from rdf file ?
Maxwell
  • 409
  • 1
  • 6
  • 19
0
votes
1 answer

IPsec anti-replay service, sequence no is less than lower sequence in the window, packet will be dropped?

I have one more query over the IPsec anti replay window service, considering one example. I am having a 64 window size, window size range from 1 to 64. Considering all sequence number received by the receiver except seq no 3, later received seq no…
0
votes
0 answers

Trouble getting started with ODP for .NET

I'm trying to write a .Net 4.7.2 console app that connects with an Oracle database using the Managed driver in VS 2019. I've added the Oracle.ManagedDataAccess v19.6.0 package to my project via the PacketManager. Following along with the Oracle Data…
Mark S
  • 81
  • 1
  • 1
  • 5
0
votes
0 answers

Oracle - some of polish characters are not display

I have an app in Windows Form using Oracle Data Provider, oracle version 12c. On Windows 7 all polish characters are ok, but after migration on Windows 10 some characters are ok, but some other are displaying as strange signs, for example…
paprykarz
  • 253
  • 1
  • 2
  • 15
0
votes
1 answer

Intercept calls from Oracle Data Provider to the database

Is there a way to intercept calls from Oracle Data Provider to the database? I would like to see which procedures are being called and which parameters they are receiving. I tried with DBMS_MONITOR.DATABASE_TRACE_ENABLE, and then checking the trace…
im8bit
  • 577
  • 1
  • 4
  • 17
1
2