ora icon indicating copy to clipboard operation
ora copied to clipboard

An Oracle database driver in Go.

Results 44 ora issues
Sort by recently updated
recently updated
newest added

libclntsh.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64 Undefined symbols for architecture arm64: "_OCIAttrGet", referenced from:

` package main import ( "fmt" "gopkg.in/rana/ora.v4" ) /* CREATE TABLE testB ( userid VARCHAR2(64), sid VARCHAR2(64), addtime DATE ) insert into TESTB (USERID, SID, ADDTIME) values ( 'A2561273', '99',...

I have to read a BLOB oracle field and send the data to a WS My code work, is reading the data, but data readed has extra content. [CODE] import...

When I execute the select statement 1st time date value will be available. When I execute the same select statement 2nd time its show value in the terminal.

ses.PrepAndQry() cause ses.Lock, ses.Break() cause the same ses.Lock() can be remove ses.Lock in ses.Break

Hello, Could you please provide some functions for comfort work with Advanced Queue in Go? I'm interested in UDT (User Defined Type) and SYS.AQ$_JMS_TEXT_MESSAGE (for move Java project to Go)...

hello, i am making updates to oracle version 12.2.0.1 & ORA.V4 and using the following code snippet.. func (o *Oracle) UnReserveCdb(cdbname string) (unreserved bool, err error) { fmt.Println(cdbname) udb :=...

My code makes de select and prints for each row [CODE] db, err := sql.Open("ora", "user/[email protected]:1521/ORCL") defer db.Close() rows, err := db.Query("SELECT A4_FILIAL, A4_COD, A4_NOME FROM SA4010") defer rows.Close() if...

I'm getting some cursor, which can be empty. Everything works good when I have some rows, but I'm getting next exception when cursor is empty: Exception 0xc0000005 0x0 0x10 0x52a215c...

In your description we can see "The ora package has no external Go dependencies and is available on GitHub and gopkg.in" but really I see that it get dependencies >go...