Oracle VM Network Setting
1:23
3 ай бұрын
Vector Databases Part 1 - Overview
11:42
SelectAI Part-3
5:45
5 ай бұрын
SelectAI Part-2
6:02
5 ай бұрын
SelectAI Part-1
8:31
5 ай бұрын
Install Docker Desktop
2:56
7 ай бұрын
Oracle23ai Create User
6:08
8 ай бұрын
Oracle 23ai VM Import
5:25
8 ай бұрын
Cars Road Accident Newvid
0:49
8 ай бұрын
Loading Images into an OCI Bucket
2:00
OCI AI Overview
1:55
Жыл бұрын
Пікірлер
@silky55
@silky55 3 күн бұрын
thanks
@polatpolat8801
@polatpolat8801 2 ай бұрын
is this has 12GB quota?
@b-tierney
@b-tierney 2 ай бұрын
Yes there is a limitation on the amount of stored data. It's Free after all. But for testing and for most applications they may never reach the limit. The data can be compressed, which means you can store multiples of the allowed limit.
@sihamel-kouaze5341
@sihamel-kouaze5341 2 ай бұрын
Thank youuuuuuu
@toptyshka322
@toptyshka322 2 ай бұрын
Thank you!!!
@avimcrypto
@avimcrypto 3 ай бұрын
Nice
@TheSimpGatsby
@TheSimpGatsby 3 ай бұрын
Thanks for ur sharing! I really appreciate it.
@avimcrypto
@avimcrypto 4 ай бұрын
without api key , its not possible , right ? i hv run it in docker then tried in vs code but no o/p for llm query ?
@b-tierney
@b-tierney 3 ай бұрын
Yes you will need an API key, otherwise it will not work
@WesFang
@WesFang 5 ай бұрын
really nice demo brendan. I'm wondering what you think about using this feature (text to sql) vs new vector search feature? when would you choose to implement one vs the other?
@b-tierney
@b-tierney 5 ай бұрын
Thanks. These two things (SelectAI and Vector Search) are two distinct things and have different use cases. Vector Search is used to index different types of objects (text, images, docs, etc.) to find similarities. You can use SelectAI to query your data. This will use the underlying table/objects in the DB and any indexes for faster retrieval, just like a B-tree index for certain data, and Vector Search index for it's associated data. I'll have some videos and blog posts on Vector Search coming soon. Watch out fo those.
@avimcrypto
@avimcrypto 5 ай бұрын
Is there any video on your channel on oracle database 23 AI installation in oracle virtual box ? I have tried installing but did not work not even in windows....
@b-tierney
@b-tierney 5 ай бұрын
Have a look on this playlist and you'll see videos for installing a pre-built 23ai Database for VirtualBox and Docker. If you want to install everything yourself then I'd suggest you check out and follow the instructions by Tim Hall. oracle-base.com/articles/23/oracle-db-23-free-rpm-installation-on-oracle-linux-8
@avimcrypto
@avimcrypto 5 ай бұрын
@@b-tierney yes....will try out this...thank you...
@jazztunes
@jazztunes 7 ай бұрын
Works like a charm - thanks for the walkthrough! Much preferred to run in Docker vs VMWare in my opinion.
@marcodalessandro6216
@marcodalessandro6216 7 ай бұрын
1:29🧑🏿‍🦱
@deeks_edits
@deeks_edits 7 ай бұрын
its not working for me :(
@shahn1310
@shahn1310 8 ай бұрын
for me 23ai option is not visible only19c
@b-tierney
@b-tierney 8 ай бұрын
I've multiple Free accounts, and it is appearing on most of them. Maybe they are still rolling it out. But in the Free accounts where I can see 23ai, make sure to have the slider on in the section 'Configure the Database' (See 0:56sec in video). The slider is labelled 'Show only Always Free configuration options'. Click on that and 23ai will now appear in the list
@NachoCTA
@NachoCTA 8 ай бұрын
@b-tierney unfortunately this button doesn't appear for me
@NachoCTA
@NachoCTA 8 ай бұрын
meaning, the check to "Show only Always Free configuration options".
@b-tierney
@b-tierney 8 ай бұрын
@@NachoCTA I mentioned previously that they might be still rolling it out. If it doesn't appear soon contact Oracle support.
@aminadatia
@aminadatia 2 ай бұрын
Same here using Toronto
@AravindaRajuMahali
@AravindaRajuMahali 9 ай бұрын
using the same connection can we push data to oracle DB?
@b-tierney
@b-tierney 9 ай бұрын
Absolutely. Yes you can do anything using that connection, just like using any other SQL tool like SQL Developer etc
@alfredrose8065
@alfredrose8065 9 ай бұрын
'PromoSM'
@iamgiliberto
@iamgiliberto 10 ай бұрын
instead of printing.. how do I write the table to a dataframe?
@b-tierney
@b-tierney 10 ай бұрын
You could use something like this pd.read_sql(sql=sql, con=conn)
@iamgiliberto
@iamgiliberto 10 ай бұрын
@@b-tierney thank you so much
@hardikabhate4019
@hardikabhate4019 11 ай бұрын
Am getting an error - DPY-6005: cannot connect to database
@b-tierney
@b-tierney 10 ай бұрын
That seems to be related to a firewall or something else that's restricting access to the DB
@mmieses01
@mmieses01 11 ай бұрын
I can't connect sql developer with my VM database.
@b-tierney
@b-tierney 11 ай бұрын
No details of what errors you encountered were given. You should be able to connect if the instructions were followed exactly as shown. Common errors occur when instructions are not followed exactly (e.g. using different case, words, etc)
@evaluna78
@evaluna78 Жыл бұрын
Hi Brendan. Thanks for your video. I got the following error message: "NotSupportedError: DPY-3015: password verifier type 0x939 is not supported by python-oracledb in thin mode" How can I fix it ? I have no issue when I connect with cx_Oracle using the same credentials...
@b-tierney
@b-tierney Жыл бұрын
I'm not sure what might be causing it, as I don't have the code and environment you are using. Have a look at the Oracle discussion forums to see if there is anything there that might help, and if not, post your error message, code, and setup there. forums.oracle.com/ords/apexds/domain/dev-community?tags=python
@cybern9ne
@cybern9ne 11 ай бұрын
That error was a pain. You have to make a thick connection.
@de316
@de316 Жыл бұрын
With python-oracle, I see the examples for using the wallet, but I'm not sure I understand the point of having to know the wallet password and the database password. Isn't that the point of a wallet connection to a database, so you can connect securely without having to pass a password in clear text? Makes no sense. What am I missing?
@b-tierney
@b-tierney Жыл бұрын
There are lots of options for using the Wallet. I've shown one example and is the default demo with the package. I'd suggest contacting the Oracle PM for python-oracle to explore the various options for using the Wallet.
@scscrani
@scscrani Жыл бұрын
Hi I successfully made connection with my Db. But how do I save my fetched data as dataframe. Please help
@b-tierney
@b-tierney Жыл бұрын
Just use pd.read_sql() function with the connection you've just created
@priyanshigupta6821
@priyanshigupta6821 Жыл бұрын
I received an error while executing the oracledb.connect line. It says 'oracledb has no attribute connect'. Any way to solve it?
@b-tierney
@b-tierney Жыл бұрын
It's difficult to say what might be causing that error, but it looks like your python environment isn't finding the library. It could be due to the configuration on your computer, what OS you are using etc. Here is a link to useful link to the oracledb issues page github.com/oracle/python-oracledb/issues
@prasannaneve6960
@prasannaneve6960 4 жыл бұрын
Could you please help me out how to connect R with firebase
@JAquino
@JAquino 4 жыл бұрын
Thanks, could you please provide the script R in Oracle Demo.R to practice it?
@angelguadarrama2327
@angelguadarrama2327 5 жыл бұрын
How append new rows into the database table? Exist a function "save" that append ore.frames into datastore table, but I want you insert it into the database table.
@gswitz101
@gswitz101 5 жыл бұрын
Loved it! Thanks!
@listommania8563
@listommania8563 6 жыл бұрын
hi, i was wondering of ORE is free for oracle enterprise edition
@RavinderRam
@RavinderRam 7 жыл бұрын
awesome
@kevinzhang8974
@kevinzhang8974 7 жыл бұрын
Hi Brendan: This is Kevin Zhang again. This is a great video!!!! Can you share the R sample code you had used in this youtube? I'd like to try it out myself in my Oracle BigDataLite VM. Again, thank you for sharing!!!! Kevin Zhang
@adrianalanis20000
@adrianalanis20000 8 жыл бұрын
Hi again Brendan, I installed ORE, and worked great thanks !. I was wondering does the which and match command does it work in the tables also? Because I tried but seems only work when a use the ora.pull and convert it to a data.frame. Thanks for your tips !
@itzikdavid5511
@itzikdavid5511 8 жыл бұрын
Hi Great show But I am also SQL Server DBA and I think there is a new guy in town
@BrendanTierney
@BrendanTierney 8 жыл бұрын
Yes there is. This video was recorded before that happened.
@adrianalanis20000
@adrianalanis20000 8 жыл бұрын
Hi Brendan, I installed ORE library in R 3.11 but I couldn't connect to my SID. I use the ODBC connection and works fine. Do I need to install something on the server sider or in the DB to be able to use the ORE functions? Thanks !
@BrendanTierney
@BrendanTierney 8 жыл бұрын
There is a server side install and a client side install. Both are needed