GeekArticles
XML
Core XMLQuestion: Does the URI Length Recommendation of 255 bytes Matter Anymore?
Author: oreillynet.com |
Published: 24th Dec 2007 |
Visited: 44 times |
Add CommentFiled in: Core XMLRFC 2068: Section 3.2.1: General Syntax Note: Servers should be cautious about depending on URI lengths above 255 bytes, because some older client or proxy implementations may not properly support these lengths. Okay, so if I'm making a web service...
Read Article Sponsored Links
Related Articles
• Question on Cursor Hi Tom,
Whats the difference between the below two
1.
DECLARE
CURSOR c1 IS SELECT ENAME,DNAME FROM emp A,dept B
WHERE A.deptno=B.deptno;
BEGIN
FOR i in c1 LOOP
----------
----------
------- ...
• On prioritizing issues: people matter Imagine, if you will, that you are part of the delegation from a small country, lets call it Freedonia, to some standards organization, lets call it INSANE (Inter-National Standards Associations 'N Experts), and you are thinking about how to ge ...
• Question regarding Parallelism. Hi Tom,
I was trying out some stuff on my local database.My questions are
I have created 2 sample tables which would go for a full scan and iam looking at
something like contents of tab1-contents of tab2,I tried out with and without parallel ...
• question about row movement and alter table shrink Hi Tom,
In 10G we can shrink a table but before doing this we need to enable row movement.
Is there a disadvantage doing this and is it recommended to disable it afterwards ?
If no, why isn't row movement enabled by default ?
Thank ...
• Question on my environment We are using Oracle 9.2 version, 3-node RAC ( 2 cpus per node with 4GB memory for each node).
Our current SGA is
SQL> show sga
Total System Global Area 1679367012 bytes
Fixed Size 453476 bytes
Variable Size ...
• Blobfield zeroed after 1024 Bytes QC#: 53497 Version: 11.0 Status: New defect, requires tester review Resolution: Bug is a duplicate (must note dup bug #) Description: Create a form with sqlconnection, sqldataset, datasource and tdbimage
Normaly connected like tdbimage->datasource->s ...
• MV's question Hi Tom, How are you? I have the following question. I have a Materialized View and I need to log into a table just the modified/new rows when I refresh the Materialized View.
To acomplish this, I'm performing the following two steps:
1.- Crea ...