ora-00942
Oracle table SELECT rights issue
My application has few tables on Oracle where user XYZ is the schema owner. Tables has been created using XYZ. And I would like to have ABCUSER to have CRUD rights on these tables. I have given the ac[详细]
2023-04-09 12:25 分类:问答ORA-00942: Can select from "schema.table" but not "table"?
I experienced an ORA-00942 (\"table or view does not exist\") when executing select * from brunch However, no such problem when executing 开发者_运维技巧[详细]
2023-04-08 07:34 分类:问答Oracle SELECT statement not working - ORA-00942
Hopefully a simp开发者_开发百科le question. error_reporting(E_ALL); ini_set(\'display_errors\', \'1\');[详细]
2023-03-31 04:59 分类:问答Using DB Links on a PL/SQL script throws "Table not found" error
While trying to create a report using PL/SQL I\'m finding myself stuck with the following problem, I created a SQL query that access 2 tables on a remote DB using a DB Link, running the query alone it[详细]
2023-03-25 14:29 分类:问答ORA-00942: table or view does not exist (works when a separate sql, but does not work inside a oracle function)
When I have a sql statement like select * from table1, it works great, but as soon a开发者_开发百科s I put it into a function, I get:[详细]
2023-03-19 14:04 分类:问答ORA-00942 SQLException with Hibernate (Unable to find a table)
I\'m trying to run a simple Hibernate application, but I get this error: org.hibernate.exception.SQLGrammarException: could not execute query[详细]
2023-02-26 14:12 分类:问答Table or view does not exist - Oracle complains about a comma rather than an actual table or view name
I\'ve never seen this before... I have a query that starts off like this: with q1 as (select a.V_ID, a.D_ID, a.C_ID,[详细]
2023-02-25 13:26 分类:问答pipe inside array
How can I execute a piped command inside an array? E.g.: $ ORACLE_USER=user1 $ ORACLE_PASS=password $ ORACLE_CONN=database1[详细]
2023-02-23 08:43 分类:问答Java does not run prepare statements with parameter
I am using PreparedStatement to query my table. Unfortunately, I have not been able to do so. My code is as simple as this:[详细]
2023-02-14 07:39 分类:问答I'm using Django with a remote Oracle database, and getting a "Table does not exist" error
Whenever I execute a simple query using the Django ORM on a table in the remote Oracle database, I get this error:[详细]
2023-02-03 17:41 分类:问答