English 中文(简体)
PHP和Oracle OCI之间长的等候时间
原标题:Long waiting time between PHP and Oracle OCI
  • 时间:2010-07-08 12:11:38
  •  标签:
  • php
  • oracle

我在Windows服务器上安装了XAMPP。 我的服务器有2份申请:

第一应用程序:PHP和MySQL应用。 这项申请在链接/网页之间迅速运行,等待时间。

第二次应用: PHP和Oracle应用程序。 我使用“Windows(32 bit)的Oracle Instant的客户(OCI)”连接Oracle服务器(另一个机器)。 我有8个表格,每个表格最多有1,000个浏览数据。 我的询问非常简单。 在查询我的Oracle数据库时,每一件事都是正确的。

但是,有时我等待超过20秒的页/链接。 翻开网页的时间太长。 这主要发生在首次进入该网站时。 此外,在一页等候5-10分钟后,试图点击另一页或申请链接。

在使用奥科公司连接Oracle数据库时,我如何减少或终止这一拖延?

最佳回答

你是如何连接的? 如果你使用社会——连接,那么这个问题很可能是一大部分——转向社会——连接。

否则,确实可以确保二者均可获得国家航空航天局的A和PTR记录(或确保你只使用管道地址,而不是姓名连接)。

C. 出席情况

问题回答

暂无回答




相关问题
Export tables from SQL Server to be imported to Oracle 10g

I m trying to export some tables from SQL Server 2005 and then create those tables and populate them in Oracle. I have about 10 tables, varying from 4 columns up to 25. I m not using any constraints/...

Connecting to Oracle 10g with ODBC from Excel VBA

The following code works. the connection opens fine but recordset.recordCount always returns -1 when there is data in the table. ANd If I try to call any methods/properties on recordset it crashes ...

How to make a one to one left outer join?

I was wondering, is there a way to make a kind of one to one left outer join: I need a join that matches say table A with table B, for each record on table A it must search for its pair on table B, ...

Insert if not exists Oracle

I need to be able to run an Oracle query which goes to insert a number of rows, but it also checks to see if a primary key exists and if it does, then it skips that insert. Something like: INSERT ALL ...

How can I store NULLs in NOT NULL field?

I just came across NULL values in NOT-NULL fields in our test database. How could they get there? I know that NOT-NULL constraints can be altered with NOVALIDATE clause, but that would change table s ...

Type reference scope

I m studying databases and am currently working on a object-relational DB project and I ve encountered a small problem with the number of possible constraints in an object table. I m using "Database ...

OracleParameter and DBNull.Value

we have a table in an Oracle Database which contains a column with the type Char(3 Byte). Now we use a parameterized sql to select some rows with a DBNull.Value and it doesn t work: OracleCommand ...

热门标签