filmov
tv
How to connect and work with Oracle database in matlab using App Designer?

Показать описание
In this video it shows how to develop a Matlab App to connect and work with Oracle Database. It runs a simple query to fetch the data from the database and display it in the TextArea widget in the App.
Complete source code and other details of this video are posted in the below link:
However, the main code is copied below also for reference:
function OracleDBButtonPushed(app, event)
connection = database('', ...
'CTXSYS', ...
'CTXSYS', ...
'Vendor', 'Oracle', ...
'URL', ['jdbc:oracle:thin:@(Description =' ...
'(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)' ...
'(PORT=1521)) (CONNECT_DATA=' ...
'(SERVER = DEDICATED)(SERVICE_NAME=XE)))' ]);
query = "SELECT table_name FROM user_tables fetch first 10 rows only";
data = fetch(connection, query);
close(connection);
data = table2array(data);
app.OutputTextArea.Value = data;
end
-
Complete source code and other details of this video are posted in the below link:
However, the main code is copied below also for reference:
function OracleDBButtonPushed(app, event)
connection = database('', ...
'CTXSYS', ...
'CTXSYS', ...
'Vendor', 'Oracle', ...
'URL', ['jdbc:oracle:thin:@(Description =' ...
'(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)' ...
'(PORT=1521)) (CONNECT_DATA=' ...
'(SERVER = DEDICATED)(SERVICE_NAME=XE)))' ]);
query = "SELECT table_name FROM user_tables fetch first 10 rows only";
data = fetch(connection, query);
close(connection);
data = table2array(data);
app.OutputTextArea.Value = data;
end
-
3 Ways to Better Connect with Your Coworkers | The Way We Work, a TED series
Building Connections: How to Be A Relationship Ninja | Rosan Auyeung-Chen | TEDxSFU
How To Connect People At Work
How does the INTERNET work? | ICT #2
How to Connect to Joy at Work | Valerie Hope | TEDxMargueriteLake
How GMRS Repeaters Work & How to Connect to One
How to connect processes with work instructions
How To Connect DC Motor With HW 9V Battery And Switch #shorts
Day 52: How Does Wi-Fi Work? | Invisible Internet Signals Explained #science
Practical method tutorial for electricians to connect wires
How to Connect, Configure And Work With 2 or More Displays on Windows 11
Speaking and Work Relationships: Why It's So Hard to Connect #shorts
Crop to connect corners || #aluminium #woodworking #wood #usa #norwegian #work #machine #fyp #short
The Power of Play to Heal and Connect | Amy Work | TEDxUNCCharlotte
Connect work with relations
#work #tool #tip #electrician #electro #electric #connector #connect #wago #cable #creator #easy
How to Connect Your iPhone to a Monitor – Game Changer for Work & Play!
#wago #work #electric #electrician #tool #connect #old #tip #cable ##safetyfirst #creative #creator
Practical skill tutorial for cross - connecting four water pipes
Using VPN for Remote Work | How to Connect Securely to Your Office from a Remote Location
Charge, connect, work, play, and keep going. 😍
#work #tool #tip #electrician #electro #elektrik #boom #connector #connect #cable #shortcircuit #top
How to Connect and Manage Relationships for Work Success
Why ‘Commonalities Connect’ WORK #shorts
Комментарии