The asp file has a conditional which grabs database content. Even though that database content is displayed on screen, it is not captured through the WebRequest.
Dim webRequest__1 As System.Net.WebRequest = System.Net.WebRequest.Create(temp) where temp is the url.
Does WebRequest finish...
I have a screen scraping .aspx file that works perfectly with plain HTML pages. However, if a page contains dynamic content (from an asp page), the dynamic content is not captured. I am using WebRequest and StreamReader to capture the html.
Any direction appreciated.
Thanks. Interesting results. In SQLPlus, if logging in as UserA, all DESCRIBE returns results for all tables. If logging in under the owner of the procedure, I am not able to DESCRIBE the view (which is in the other schema).
ProcedureA and TableA are located in SchemaA. ProcedureA performs a merge between View B of SchemaB and TableA. ProcedureA is giving a ORA-00942(table or view does not exist) for the following line ... USING (SELECT * FROM B.VIEWB) D
Code excerpt
---------------------
MERGE INTO A.TableA C...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.