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-kouaze53412 ай бұрын
Thank youuuuuuu
@toptyshka3222 ай бұрын
Thank you!!!
@avimcrypto3 ай бұрын
Nice
@TheSimpGatsby3 ай бұрын
Thanks for ur sharing! I really appreciate it.
@avimcrypto4 ай бұрын
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-tierney3 ай бұрын
Yes you will need an API key, otherwise it will not work
@WesFang5 ай бұрын
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-tierney5 ай бұрын
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.
@avimcrypto5 ай бұрын
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-tierney5 ай бұрын
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
@avimcrypto5 ай бұрын
@@b-tierney yes....will try out this...thank you...
@jazztunes7 ай бұрын
Works like a charm - thanks for the walkthrough! Much preferred to run in Docker vs VMWare in my opinion.
@marcodalessandro62167 ай бұрын
1:29🧑🏿🦱
@deeks_edits7 ай бұрын
its not working for me :(
@shahn13108 ай бұрын
for me 23ai option is not visible only19c
@b-tierney8 ай бұрын
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
@NachoCTA8 ай бұрын
@b-tierney unfortunately this button doesn't appear for me
@NachoCTA8 ай бұрын
meaning, the check to "Show only Always Free configuration options".
@b-tierney8 ай бұрын
@@NachoCTA I mentioned previously that they might be still rolling it out. If it doesn't appear soon contact Oracle support.
@aminadatia2 ай бұрын
Same here using Toronto
@AravindaRajuMahali9 ай бұрын
using the same connection can we push data to oracle DB?
@b-tierney9 ай бұрын
Absolutely. Yes you can do anything using that connection, just like using any other SQL tool like SQL Developer etc
@alfredrose80659 ай бұрын
'PromoSM'
@iamgiliberto10 ай бұрын
instead of printing.. how do I write the table to a dataframe?
@b-tierney10 ай бұрын
You could use something like this pd.read_sql(sql=sql, con=conn)
@iamgiliberto10 ай бұрын
@@b-tierney thank you so much
@hardikabhate401911 ай бұрын
Am getting an error - DPY-6005: cannot connect to database
@b-tierney10 ай бұрын
That seems to be related to a firewall or something else that's restricting access to the DB
@mmieses0111 ай бұрын
I can't connect sql developer with my VM database.
@b-tierney11 ай бұрын
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 Жыл бұрын
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 Жыл бұрын
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
@cybern9ne11 ай бұрын
That error was a pain. You have to make a thick connection.
@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 Жыл бұрын
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 Жыл бұрын
Hi I successfully made connection with my Db. But how do I save my fetched data as dataframe. Please help
@b-tierney Жыл бұрын
Just use pd.read_sql() function with the connection you've just created
@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 Жыл бұрын
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
@prasannaneve69604 жыл бұрын
Could you please help me out how to connect R with firebase
@JAquino4 жыл бұрын
Thanks, could you please provide the script R in Oracle Demo.R to practice it?
@angelguadarrama23275 жыл бұрын
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.
@gswitz1015 жыл бұрын
Loved it! Thanks!
@listommania85636 жыл бұрын
hi, i was wondering of ORE is free for oracle enterprise edition
@RavinderRam7 жыл бұрын
awesome
@kevinzhang89747 жыл бұрын
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
@adrianalanis200008 жыл бұрын
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 !
@itzikdavid55118 жыл бұрын
Hi Great show But I am also SQL Server DBA and I think there is a new guy in town
@BrendanTierney8 жыл бұрын
Yes there is. This video was recorded before that happened.
@adrianalanis200008 жыл бұрын
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 !
@BrendanTierney8 жыл бұрын
There is a server side install and a client side install. Both are needed