How to Fix this problem ( ORA-00933: SQL command not properly ended ) - oracle

I have using DSS which is retrieve the employee records from the oracle Databases to Happy API at the time I facing this issue about Oracle ORA-00933 SQL command not properly ended in my postman response side. So I didn't getting the required response from the postman side as well as data service side. Please help me
[enter image description here](https://i.[[[enter image description here](https://i.stack.imgur.com/e3mQG.png)](https://i.stack.imgur.com/zJWSl.png)](https://i.stack.imgur.com/HsXWN.png)stack.imgur.com/uM6E5.png)

Related

Trying to get primarycontactid of particular account in Dynamics 365 CRM through API and getting "Bad Request - Error in query syntax"

I'm sending a GET request to
{orgname}.crm.dynamics.com/api/data/v9.1/accounts(accountGuid)$select=_primarycontactid_value
and getting an error:
Bad Request - Error in query syntax
I'm using the query syntax I found here https://community.dynamics.com/crm/f/microsoft-dynamics-crm-forum/247815/how-to-get-all-the-primary-contact-of-a-specific-account-through-api/688381
If I take off the $select parameter, I get a JObject with all of the attributes, I'm just not sure why the query syntax is wrong using that parameter. Any help is greatly appreciated.
Try this below as there is a typo in your snippet. Read more
{orgname}.crm.dynamics.com/api/data/v9.1/accounts(accountGuid)?$select=_primarycontactid_value
To avoid such errors, you can always use CRM REST builder to compose and test queries.
Note: I noticed it is not your mistake, I even corrected the snippet in original forum thread from Aric. :)

Getting 500 internal server error in Laravel select query

I am new to Laravel. I am facing a strange issue. In the controller, there is a select query. After login When I try to searing with that select query I have got 500 internal server errors. But after that when I refresh the page then the result will show. Can anyone please advise me why I am facing this issue?

Connecting to Oracle with PowerQuery - UI not working but SQL works fine

I´m trying to connect to an Oracle database using PowerQuery. The connection works fine when I specify my own SQL (even something like select * from table); however when I select any table using the UI, PowerQuery just keeps trying to query the data, but the information is never displayed. I don´t get any error message or anything.
I´m interested in using the UI, because it´s easier and to take advantage of query folding.
I appreciate your thoughts on how to get this working properly. Thanks!
Try turning off "Include relationship columns" (under advanced options, when creating the connection).
If that doesn't work, you can "Send a frown" to the product team.

how to use external database table in codeigniter active records

I am facing below problem. Have to fetch a row from database which is not default db. i am querying like ->from("database_name.table_name"), but its been converted as ->from("``database_name``.``table_name``") as gives error. How to correct this please. Thank You!
Connect to second database in databse file. Load second database like this.
$DB2=$this->load->database($config, TRUE);
//then execute the query.
Also follow this link.
Codeigniter - multiple database connections
Hope this will help you.

Oracle ADF Image Upload

I tried all the things
Oracle Fusion Developer Guide 11g in working with oracle multimedia types
I am getting error in image upload with Oracle Multimedia Attributes....I am getting error in:
<af:inputfile tag with
<binding:convertOrdDomain bindingRef="{bindings.Image}">
No namespace grammer defined ..help me in detail
You are trying to save the uploaded image in database or application server..? What approach you have tried, if you have some sample code, please post so that we can look into it.

Resources