Forum Discussion
Oracle report not loading
- 1 year ago
It doesnt load corectly in the preview already, you can tell by the red line under the comumn headers before the first row. That line is an indicator of errors occuring duribg the öoad. Please review for missing parenthesis.
- Anonymous1 year ago
Hi ninana2025 ,
--This is one of several generic error messages which indicate our code contains one or more syntax errors. Sometimes it may mean we literally have omitted a right bracket; that's easy enough to verify if we're using an editor which has a match bracket capability (most text editors aimed at coders do). But often it means the compiler has come across a keyword out of context. Or perhaps it's a misspelled word, a space instead of an underscore or a missing comma.
sql - ORA-00907: missing right parenthesis - Stack Overflow
If you share the code within p_test, we can help you identify the problem more precisel.Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi ninana2025 ,
--This is one of several generic error messages which indicate our code contains one or more syntax errors. Sometimes it may mean we literally have omitted a right bracket; that's easy enough to verify if we're using an editor which has a match bracket capability (most text editors aimed at coders do). But often it means the compiler has come across a keyword out of context. Or perhaps it's a misspelled word, a space instead of an underscore or a missing comma.
sql - ORA-00907: missing right parenthesis - Stack Overflow
If you share the code within p_test, we can help you identify the problem more precisel.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum