How do I open Oracle Lite ODB Files in Matlab
조회 수: 4 (최근 30일)
이전 댓글 표시
I have data provided by a 3rd Party that is an extract from an Oracle Database. The files are in Oracle Lite format as ODB, OBS files.
Is there a mechanism to open these files in Matlab ?
댓글 수: 2
Walter Roberson
2021년 1월 27일
편집: Walter Roberson
2021년 1월 27일
There might also be ways to use java to talk to the database.
답변 (2개)
Deepak Meena
2021년 1월 27일
Hi Terry,
As we can see .odb and .obs are not mentioned in it. So directly we can not import or export those file extensions so if possible try to convert into a format which is readable by MATLAB .
Thanks
댓글 수: 1
Walter Roberson
2021년 1월 27일
It is a database. The list of regular file formats is not relevant; the question becomes whether the database toolbox supports it.
참고 항목
카테고리
Help Center 및 File Exchange에서 Database Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!