oracle - ORA-00942: table or view does not exist (ColdFusion application) -


I have a Cold Fusion 10 application with Oracle 11G backend.

The production version works fine Recently, I had to refresh the test database from Oracle DBA production. Now, I do not have the ORA-00942: table or view error.

All the tables are when I use the SQL plus and the question is going on well. What I have to check now is the loss in this, trace sends me the query which is running well in the SQL plus what am I missing?

Update - 17th October 2014 I do not know if this does not matter, but the code throwing line here is the first one:

  `& lt; Cfquery name = "getWebMaster" data source = "xxxxtest" & gt; * Choose from users where SafeSaired (select Safe Virus from hd_role, where Webmaster = 'Yes') and UserStatus = 'Active' and User Level = 'XXX / XXIT' & lt; / Cfquery & gt; `  

Does this mean that the whole cfquery section is error, or just 1 row? BTW, I think that I thought how to code imbed Thanx!

There is only one thing that I can think of is the user that you have installed the application / script in your test environment Used to run, and for the permission of that particular user - it has lost some privileges, so it can not see some things, even if they are there.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -