
oracle database - SQL Live Beginner - Stack Overflow
Mar 3, 2023 · What is "SQL Live" ? Are you talking about "Oracle Live SQL" ? The answer is in the other comments. You can only create a foreign key to an existing table - so your first create table …
ORACLE LIVE SQL IMPORT CSV DATA (live oracle sql)
Oct 19, 2017 · 5 Am working on the oracle live sql (provided online) is their a way i can import csv to this online platform and if so , can you please provide a step by step way of doing it. i have been …
Return more than 50 rows in Oracle Live SQL - Stack Overflow
Jun 15, 2022 · Return more than 50 rows in Oracle Live SQL Asked 3 years, 7 months ago Modified 1 year, 6 months ago Viewed 1k times
what is wrong with my query in oracle live sql? - Stack Overflow
Mar 10, 2022 · 2 The problems are: AS before a table/sub-query alias is invalid syntax in Oracle. Remove the AS keywords. The aliases you are using are quoted identifiers which are case-sensitive …
Oracle Apex - 'Your session has ended' message after saving a change
Aug 30, 2021 · I faced the exact same issue with Oracle Live SQL. I couldn't find an explanation of the differences, but they seem to use a very similar interface and login system (my account works both …
unable to execute sql procedure on oracle live sql
Dec 30, 2022 · Can anyone please tell how to execute this procedure in oracle live SQL the parameters to be passed are both strings (varchars) for example: I've tried "Execute dba_role ('alex','hunter');
SQL in Oracle(LiveSQL) - Stack Overflow
Jan 25, 2021 · How to add multiple records at once using SQL in a table in Oracle Live SQL? I have the used the statement in screenshot (as link) below but got an error-"ORA-00933: SQL command not …
Oracle Live SQL : ORA-00907: missing right parenthesis
Nov 14, 2020 · Oracle Live SQL : ORA-00907: missing right parenthesis - Asked 4 years, 6 months ago Modified 4 years, 6 months ago Viewed 208 times
Can I import a CSV file to livesql.oracle.com? - Stack Overflow
May 3, 2021 · 1 UPDATE: I finally found a way to do the process I want. But I needed to first convert CSV file to .sql file from an external web and then uploaded the script to LIVE SQL and run the …
How to import excel file in Oracle SQL live - Stack Overflow
Oct 21, 2021 · How to import excel file in Oracle SQL live Asked 4 years, 3 months ago Modified 4 years, 3 months ago Viewed 966 times